zendscaffolding icon indicating copy to clipboard operation
zendscaffolding copied to clipboard

CRUD component for Zend Framework

Results 5 zendscaffolding issues
Sort by recently updated
recently updated
newest added

I use the Scaffolding class for a couple of tables. In the particular case we have a table that - amongst other fields - has three tinyint fields, and I...

Message: Unsupported data type 'blob' encountered, scaffolding is not possible. First of all, thank you. Great work! I think it's very useful to manage the type blob. Indeed, in this...

All tables with columns like created_by and updated_by, if they are reference like ``` 'Modified' => array( 'columns' => 'updated_by', 'refTableClass' => 'Application_Model_DbTable_User', 'refColumns' => 'user_id' ), 'Created' => array(...

Hey lex0r, first off thanx a lot for maintaining this class. Great work! :) I have one suggestion: I had two problems. First I don't have modules. My module is...

This line `$tableRelations = array_keys($tableInfo['referenceMap']);` produces a warning `Warning: array_keys() expects parameter 1 to be array, null given in C:\Users\Gilles\IpFix\library\Zend\Controller\Scaffolding.php on line 270`