/
home
/
desid573
/
public_html
/
family
/
pdd
/
lib
/
Cake
/
Console
/
Templates
/
skel
/
Model
/
/home/desid573/public_html/family/pdd/lib/Cake/Console/Templates/skel/Model
mkdir
upload
Name
Size
Mode
Actions
Behavior/
-
0755
rm
Datasource/
-
0755
rm
AppModel.php
511
0644
edit
dl
rm
Edit:
/home/desid573/public_html/family/pdd/lib/Cake/Console/Templates/skel/Model/AppModel.php
(511B)
<?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 { }
Save
cmd:
run