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

2 lines
62 B
Plaintext
Executable File

$${1:conf} = Zend_Registry::get('${2:config}')->${3:general};