i am trying to use Zend_CodeGenerator to generate my models from my MySQL db so far this is what i got ...
class My_blogentries
{
protected $_primary = 'array('id')';
}
as u can see i cant have a array for the property ... and how can i add
"extends Zend_Db_Table Abstract" also?
--
View this message in context:
http://www.nabble.com/Zend_CodeGenerator-arrays-as-property-tp23694912p23694912.html
Sent from the Zend Framework mailing list archive at Nabble.com.
