Updated to version 0.3 in SVN

Well, enough people had issues with my previous release to cause some action. I dug into the code and did some cool things:

1) I upgraded to the latest version of PHP Doctrine

2) UnitTest system now creates database properly

3) Added Pear Log.php to vendor for users without Pear installed

4) Simplified database connection management

5) I included the individual PHP Doctrine files for debugging. To use, simply rename the directory: amfphp/phpdoctrine/lib TO amfphp/phpdoctrine/lib.compiled and then rename: amfphp/phpdoctrine/lib.separate TO amfphp/phpdoctrnie/lib You take a penalty hit (performance wise), but great if you want to insert var_dump() into the Doctrine to see what it is doing.

6) With the new PHP Doctrine, I had an issue where tables were not being built if the destination index (org_id pointing to an Organization for example) wasn't indexed. Now, if you have a key in your index that ends with "_id", it indexes it automatically for you.

Enjoy! Mike

Comments
BlogCFC was created by Raymond Camden. This blog is running version 5.5.006. | Protected by Akismet | Blog with WordPress