My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
PHP5  
Notes on the PHP5 YourSpace Variant
Updated Feb 4, 2010 by spiderb...@gmail.com

About the PHP5 CLI and Web Variants

PHP5 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 CLI

The 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 Web

The 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.


Sign in to add a comment
Powered by Google Project Hosting