dotar/vim/snippets/php-zend/route.snippet
2011-11-17 16:00:49 -06:00

2 lines
126 B
Plaintext
Executable File

$this->_redirector->gotoRoute(array('controller' => '${1}', 'action' => '${2:index}', 'id' => '${3:}'), '${4:admin_action}');