-
PHP Backporter is a PHP utility for converting PHP 5.3 code to PHP 5.2. It allows easy syntax porting from PHP 5.3 branch to 5.2. Features of PHP Backporter:- Changes Lambda functions to normal functions- Converts closures into classes- All namespaces are transformed into underscore-separated pseudo namespaces- Converts const statements to separate define function calls- All __DIR__ magic constant are ...
-
MPTTA for PHP and MySQL is a script can manage hierarchic trees of information stored in a MySQL database. It can add, move or delete branches inside a database tree created using the Modified Preorder Tree Traversal Algorithm described by Joe Celko in the DBMS Magazine in 1996. MPTTA for PHP and MySQL can run using PHP 4 and MySQL ...

