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

6 lines
69 B
Plaintext
Executable File

if ($this->${1:Model}->save(${2:$this->data})) {
$3
} else {
$4
};