[Cs-content-commits] SF.net SVN: cs-content:[339] trunk/1.0/VERSION
PHP Templating & Includes System
Brought to you by:
crazedsanity
From: <cra...@us...> - 2009-01-29 22:49:40
|
Revision: 339 http://cs-content.svn.sourceforge.net/cs-content/?rev=339&view=rev Author: crazedsanity Date: 2009-01-29 21:57:59 +0000 (Thu, 29 Jan 2009) Log Message: ----------- *** RELEASE 1.0-ALPHA2 *** SUMMARY OF CHANGES::: * added abstract class for cs_phpDB{} to hold duplicated code. * added abstract class for all libs for some basic functionality. * renamed all classes & filenames to match "(className).class.php" convention. NOTE: the mass renaming of files (and some class names) was to facilitate the ability to use the magic PHP __autoload() function. Modified Paths: -------------- trunk/1.0/VERSION Modified: trunk/1.0/VERSION =================================================================== --- trunk/1.0/VERSION 2009-01-29 21:50:55 UTC (rev 338) +++ trunk/1.0/VERSION 2009-01-29 21:57:59 UTC (rev 339) @@ -1,5 +1,5 @@ ## Stores the current version of the cs-content system, and it's source. Please do NOT modify this file. -VERSION: 1.0-ALPHA1 +VERSION: 1.0-ALPHA2 PROJECT: cs-content $HeadURL$ \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |