NewsNewsFeaturesDownloadsDevelopmentSupportForumDocumentsAbout Us

LifeType OpenSource Blogging Platform 說明文件

1.0.4

Welcome to the pLog API!

This is the starting point of the pLog API. The API provides an abstraction layer to represent all entities that are used in pLog: Articles, Users, Blogs, etc. The API borrows a lot of ideas from strong object-oriented languages such as Java and C# so do not be surprised if some of the design decisions look strangely familiar.

Every object in pLog extends the Object class, or at least all those objects created internally inherit from this class (while you are free not to follow this pattern when creating your own custom classes) The Object class provides some very basic methods related to dealing with classes such as getting the name of a class, getting access to its attributes or methods. It is closely modelled after the same Java class.

This documentation should only be used as a reference, and for checking which methods each class has and to get some basic information about them. This documentation does not try to be an in-depth introduction to the pLog API and the best place for developers to get acquainted with pLog is the wiki: http://wiki.lifetype.net/index.php/Developers_Documentation