Author: lombardot Date: 2010-09-08 11:13:47 +0200 (Wed, 08 Sep 2010) New Revision: 30852
Modified: plugins/sfDatagridPlugin/README Log: [sfDatagridPlugin] lombardot UPDATE README for new wiki doc Modified: plugins/sfDatagridPlugin/README =================================================================== --- plugins/sfDatagridPlugin/README 2010-09-08 09:09:37 UTC (rev 30851) +++ plugins/sfDatagridPlugin/README 2010-09-08 09:13:47 UTC (rev 30852) @@ -11,9 +11,11 @@ Online documentation --------------------- +New Documentation : [http://wiki.zellerda.com/doku.php/sfdatagridplugin](http://wiki.zellerda.com/doku.php/sfdatagridplugin) + Go to [http://symfony.swisscenter.com/datagrid](http://symfony.swisscenter.com/datagrid) -To know How use the Admin Genrator go to [http://symfony.spyrit.net](http://symfony.spyrit.net) +To know How use the Old Admin Genrator go to [http://symfony.spyrit.net](http://symfony.spyrit.net) Now Jquery Compatible ------------------------- @@ -49,7 +51,7 @@ [php] public function configure() { - $this->getActive()->loadHelpers(array('Form', 'Javascript', 'Date', 'Url', 'I18N', 'Tag','Asset','Partial')); + $this->getActive()->loadHelpers(array( 'Javascript', 'Date', 'Url', 'I18N', 'Tag','Asset','Partial')); } * Init a new admin module -- You received this message because you are subscribed to the Google Groups "symfony SVN" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/symfony-svn?hl=en.
