Commit graph

10 commits

Author SHA1 Message Date
Josh Sherman
9f3f041514 Updated docs, moved doc generator script up a directory and added a markdown file extension on the README file. 2010-10-17 23:18:44 -04:00
Josh Sherman
3fb1e8d3d0 Updated the docs 2010-10-14 20:53:44 -04:00
Josh Sherman
5b0c42bda3 Updated documentation. 2010-10-01 23:28:14 -04:00
Josh Sherman
cd1593a045 Updated the documentation. 2010-09-19 22:52:21 -04:00
Josh Sherman
ef5b8d2ef1 Updated docs, also updated doc generation script. 2010-09-12 22:13:00 -04:00
Josh Sherman
dd7fdbbb2e Updated the documentation. 2010-08-15 22:03:49 -04:00
Josh Sherman
8a97b80b07 Updated documentation. 2010-05-15 22:55:47 -04:00
Josh Sherman
a3e16f6006 Updated documentation.
* Includes documentation on the new XML Display class.
2010-03-27 15:26:21 -04:00
Josh Sherman
41ac51664f Updated documentation. 2010-03-26 17:35:53 -04:00
Josh Sherman
cda9c7d28e Implementing the Database class.
* Updated the Database class to work like a Singleton with a getInstance() method.

 * The Database class does not have a private constructor so it can still be instantiated in case someone needs to do so.

 * Replaced Logger class with Log class.

 * Updated Module to have an instance of the Database object as well as the Model class.

 * In my perfect vision for usage, the Module classes should never talk directly to the database, but do so via Models, but I know that's asking a lot, so I'm leaving in some options for folks.

 * Updated documentation.
2010-03-16 22:54:21 -04:00
Renamed from docs/PICKLES/_classes---Logger.php.html (Browse further)