Recursive option like CakePHP in zend framework
问题 i am new in zend framework i want the same functionality in zend framework like recursive which i am using in cake php. any one can help me to implement this in zend framework ? anyone know how to implement the same thing in zend framework ? 回答1: The recursive property defines how deep CakePHP should go to fetch associated model data via find(), findAll() and read() methods. Imagine your application features Groups which belong to a domain and have many Users which in turn have many Articles.