Cakephp用のシンプルなORMをセットアップしようとしているので、これをやりたい
App::import('Model','TheBaseModel');
class YourModel extends TheBaseModel {
}
クラス TheBaseModel は AppModel を拡張します {
関数 OptionSetter() {
}
}
しかし、モデル (app/model/DB) の下の DB フォルダーに TheBaseModel を配置したいと考えています。これどうやってするの。私はcakephp 2.xを使用しています