You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Abstraktní magický nástoj, který pomůže snadno vytvořit webovou aplikaci umožňující CRUD operace s databázovou tabulkou
Magie je provedena ve třech krocích
1. Implementace metody getForm(), která vrátí formulář (Zend_Form) a metody getModel(), která vrátí Data Table Gateway třídu pro tabulku (Zend_Db_Table)
2. Implementace metody indexAction() podle požadavků konkrétní aplikace
3. Vytvoření příslušných šablon (index.phtml, create.phtml, edit.phtml)