Initial commit.
This commit is contained in:
3
vim/snippets/php-cake/bt.snippet
Executable file
3
vim/snippets/php-cake/bt.snippet
Executable file
@@ -0,0 +1,3 @@
|
||||
var $belongsTo = array(
|
||||
'${1:Model}'${2: => array(${3:'className' => '${4:${1:ModelClassName}}',}${5:'foreignKey' => '${6:foreign_key_field}'})}
|
||||
);
|
||||
Reference in New Issue
Block a user