Advertisement
Guest User

Untitled

a guest
May 28th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.38 KB | None | 0 0
  1.     public $elementDecorators = array(
  2.             'ViewHelper',
  3.             array(array('data' => 'HtmlTag', 'Label'), array('tag' => 'td', 'width' => '60%')),
  4. //            array('Description', array('tag'  => 'td', 'class' => 'description')),
  5.             array('Label', array('tag' => 'td', 'width' => '40%')),
  6.             array(array('row' => 'HtmlTag'), array('tag' => 'tr'))
  7.     );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement