Initial commit.
This commit is contained in:
5
vim/snippets/php-cake/mifsave.snippet
Executable file
5
vim/snippets/php-cake/mifsave.snippet
Executable file
@@ -0,0 +1,5 @@
|
||||
if ($this->${1:Model}->save(${2:$this->data})) {
|
||||
$3
|
||||
} else {
|
||||
$4
|
||||
};
|
||||
Reference in New Issue
Block a user