beberlei / zf-doctrine

A Zend Framework 1.x and Doctrine 1.2 Integration - UNMAINTAINED
101 stars 21 forks source link

ModelList View Helper has no options default to using routes #14

Open reinaldorock opened 14 years ago

reinaldorock commented 14 years ago

Hi, I believe that options['addRecordAction'] is not a better solution to using a reusable helper. By using $options = array( addRecordOptions => 'urlOptions' => array( 'action' => 'myAction' 'controller' => 'MyController' ), 'name' => 'routeName', 'reset' => false //reset params 'encoding' => null )

)