Jump to Content


Articles tagged with Zend Framework

Simple Greater Than or Equal To Validator for ZF

A simple validator for the Zend Framework to check if a value is greater than or equal to a specified value. The Validator Put this in library/Carbidefinger/Validate/Greaterthaneq.php <?php /** * Greater than or equal to Validator * *...

Modified Pre-Order Tree Traversal with Zend_Db

Hector Virgen has released a brilliant Zend_Db_Table extension enabling simple use of the Modified Pre-order Tree Traversal pattern. ...
Back to top