mirror of
https://github.com/brmlab/brmbiolab_sklad.git
synced 2025-06-12 07:03:59 +02:00
Initial commit
This commit is contained in:
commit
3b93da31de
1004 changed files with 265840 additions and 0 deletions
24
lib/Cake/Console/Templates/skel/Model/AppModel.php
Normal file
24
lib/Cake/Console/Templates/skel/Model/AppModel.php
Normal file
|
@ -0,0 +1,24 @@
|
|||
<?php
|
||||
/**
|
||||
* Application model for Cake.
|
||||
*
|
||||
* This file is application-wide model file. You can put all
|
||||
* application-wide model-related methods here.
|
||||
*
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package app.Model
|
||||
* @since CakePHP(tm) v 0.2.9
|
||||
*/
|
||||
|
||||
App::uses('Model', 'Model');
|
||||
|
||||
/**
|
||||
* Application model for Cake.
|
||||
*
|
||||
* Add your application-wide methods in the class below, your models
|
||||
* will inherit them.
|
||||
*
|
||||
* @package app.Model
|
||||
*/
|
||||
class AppModel extends Model {
|
||||
}
|
0
lib/Cake/Console/Templates/skel/Model/Behavior/empty
Normal file
0
lib/Cake/Console/Templates/skel/Model/Behavior/empty
Normal file
0
lib/Cake/Console/Templates/skel/Model/Datasource/empty
Normal file
0
lib/Cake/Console/Templates/skel/Model/Datasource/empty
Normal file
Loading…
Add table
Add a link
Reference in a new issue