Author: ornicar2
Date: 2010-01-28 01:24:20 +0100 (Thu, 28 Jan 2010)
New Revision: 27268

Modified:
   
plugins/diemPlugin/trunk/dmFrontPlugin/lib/generator/dmFrontComponentGenerator.php
Log:
[Diem]
- improved front component generator

Modified: 
plugins/diemPlugin/trunk/dmFrontPlugin/lib/generator/dmFrontComponentGenerator.php
===================================================================
--- 
plugins/diemPlugin/trunk/dmFrontPlugin/lib/generator/dmFrontComponentGenerator.php
  2010-01-28 00:12:07 UTC (rev 27267)
+++ 
plugins/diemPlugin/trunk/dmFrontPlugin/lib/generator/dmFrontComponentGenerator.php
  2010-01-28 00:24:20 UTC (rev 27268)
@@ -96,10 +96,12 @@
     {
       case 'list': 
         $body = "\$query = \$this->getListQuery();
+
 \$this->{$this->module->getKey()}Pager = \$this->getPager(\$query);";
         break;
       case 'show':
         $body = "\$query = \$this->getShowQuery();
+
 \$this->{$this->module->getKey()} = \$this->getRecord(\$query);";
         break;
       case 'form':

-- 
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.

Reply via email to