|
PHP5
Notes on the PHP5 YourSpace Variant
About the PHP5 CLI and Web VariantsPHP5 introduced some very useful OO stuff. I started out writing YourSpace in PHP4, but upon upgrading my iMac (OSX 10.4.11 Tiger PPC) to run XAMPP with PHP5, I quickly re-wrote my YourSpace classes with the new features. As a result, the PHP5 version is the most current and complete, both for CLI and Web variants. PHP5 CLIThe PHP5 CLI Variant will be the first source code posted on this project site. It will be located in the SVN system under: /trunk/variants/cli/php/php5/bundle/ /trunk/variants/cli/php/php5/climax/ /trunk/variants/cli/php/php5/single/ The bundle version will include a main file, a main class file, an interface file, and a preferences class file. The CLIMAX version will make use of my CLIMAX framework for developing CLI utilities in PHP5. You can view the project page for CLIMAX here: http://code.google.com/p/climax/ The single version will attempt to optimize the whole affair down into a single, portable PHP5 shell script. This will likely mean just saving all the bundle version files into one continuous file. PHP5 WebThe PHP5 Web Variant will be located in this project's SVN under: /trunk/variants/web/php/ These should all be in place early in August 2008 (this month). I will update this page when they are. |