We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Original author: pao.fre...@gmail.com (January 31, 2010 17:48:34)
We should be able to perform CRUD operations simple by setting a model.
Manually set should also be supported.
$form = new Bvb_Grid_Form();
$form->setModel(new Issue());
$grid->addForm($form);
Original issue: http://code.google.com/p/zfdatagrid/issues/detail?id=143
The text was updated successfully, but these errors were encountered:
From pao.fre...@gmail.com on February 01, 2010 16:17:35 CRUD operations will use Bvb_Grid_Form extends Zend_Form.
I will just automate the process when using models.
Manually creation also available
Sorry, something went wrong.
No branches or pull requests
Original author: pao.fre...@gmail.com (January 31, 2010 17:48:34)
We should be able to perform CRUD operations simple by setting a model.
Manually set should also be supported.
$form = new Bvb_Grid_Form();
$form->setModel(new Issue());
$grid->addForm($form);
Original issue: http://code.google.com/p/zfdatagrid/issues/detail?id=143
The text was updated successfully, but these errors were encountered: