Classes and interfaces
Arrays¶
This object is used to manipulate arrays
« More »
Cache¶
This object manages cache files
« More »
Config¶
This object stores the configuration values in read access only
« More »
Controller¶
This object is the front door of the application
« More »
Cron¶
This object manages cron job adding/deleting/locking
« More »
DAO¶
This class is used as base class for all DAO objects and defines all usefull functions
« More »
This object is the link to the database
It can be used as a singleton (see function self::iGet())
« More »
Dates¶
Class used to manipulate dates
« More »
Error¶
This object is the error handler
« More »
Exception¶
This object is the exception handler
« More »
Filter¶
This object is the default input filter
« More »
Model¶
This class is used as base class for all DAO objects and defines all usefull functions
Please ensure that all the non-static public functions returns $this
« More »
Object¶
This object is used to deal with objects instead of arrays
« More »
Operator¶
This object is used to generate an url related for the specified operator
« More »
Plugins¶
This object represents the user running the script
« More »
PrivateSingleton¶
This object is used to implement the singleton pattern
It is designed to store read-only values
« More »
Request¶
This object is sent to the Controller to be executed
« More »
Session¶
This object is the session db handler
« More »
Singleton¶
This object is used to implement the singleton pattern
« More »
Strings¶
This object is usefull for string conversion
« More »
Theme¶
Abstract class used to manage themes
All themes MUST extends this class
« More »
Threads¶
This object is used to deal with objects instead of arrays
« More »
Upload¶
This object manages checking/moving uploaded files
« More »
User¶
This object represents the user running the script
« More »
View¶
This object is used to render page
« More »
XML¶
This object is usefull for XML manipulation
« More »
cURLWrapper¶
This object is used to get remote contents
It will try to use cURL if enabled, else file_get_contents
« More »
Classes and interfaces
Controller¶
This object is the front door of the application
« More »
Classes and interfaces
CFile¶
This object manages cache files
« More »
Memcache¶
This object manages cache files
« More »
Classes and interfaces
News¶
This object represents the table news
« More »
Objects¶
This object represents the table objects
« More »
Sessions¶
This object represents the table sessions
« More »
Streams¶
This object represents the table streams
« More »
Users¶
This object represents the table users
« More »
Classes and interfaces
Contents¶
This object represents the table news_contents
« More »
Relations¶
This object represents the table news_relations
« More »
Classes and interfaces
Contents¶
This object represents the table streams_contents
« More »
Groups¶
This object represents the table streams_groups
« More »
Relations¶
This object represents the table streams_relations
« More »
Classes and interfaces
Name¶
This object represents the table streams_relations_name
« More »
Classes and interfaces
Tokens¶
This object represents the table users_tokens
« More »
Classes and interfaces
Request¶
This object is sent to DB to be executed
« More »
Result¶
This object represents a result from DB
« More »
This namespace does not contain any documentable elements
This namespace does not contain any documentable elements
Classes and interfaces
Cache¶
This class is used to declare public functions
« More »
DAO¶
This class is used to declare public functions
« More »
This class is used to declare public functions
« More »
Model¶
This class is used to declare public functions
« More »
PrivateSingleton¶
This class is used to declare public functions
« More »
Singleton¶
This class is used to declare public functions
« More »
Theme¶
This class is used to declare public functions of themes
« More »
Classes and interfaces
Result¶
This class is used to declare public functions
« More »
Classes and interfaces
Response¶
This class is used to declare public functions
« More »
Classes and interfaces
News¶
This class is used to add/edit/delete news
« More »
Objects¶
This class is used to add/delete objects
« More »
Response¶
This class is an object response of every model call
« More »
Streams¶
This class is used to add/edit/delete stream and his related tables
« More »
Users¶
This class is used to add/edit/delete users and his related tables ()
« More »
Classes and interfaces
Groups¶
This class is used to add/edit/delete groups
« More »
Classes and interfaces
Parser¶
This object is used to parse OPML
« More »
Classes and interfaces
Controller¶
This object is the front door of the application
« More »
Request¶
This object is sent to the Controller to be executed
« More »
Classes and interfaces
Item¶
This object is used to deal with an item from a stream
« More »
Parser¶
This object is used to parse stream (rss, atom, rdf, dc)
« More »
Reader¶
This object is used to deal with a parsed stream
« More »
Classes and interfaces
Block¶
This object represents a block inside the layout of the view
« More »
Utilities¶
This object is an helper for the view
« More »