dotar/vim/snippets/php-zend/route.snippet

2 lines
126 B
Plaintext
Raw Normal View History

2011-11-17 15:45:33 -06:00
$this->_redirector->gotoRoute(array('controller' => '${1}', 'action' => '${2:index}', 'id' => '${3:}'), '${4:admin_action}');