dotar/vim/snippets/php-cake/mifsave.snippet

6 lines
69 B
Plaintext
Raw Normal View History

2011-11-17 15:45:33 -06:00
if ($this->${1:Model}->save(${2:$this->data})) {
$3
} else {
$4
};