3.7.8.11 name
この章の前の方でみてきたように、name 属性は PHP4 ユーザ用の互換性のためにあります。モデル名と同じ値をセットします。
使用例:
class Example extends AppModel {
var $name = 'Example';
} class Example extends AppModel {var $name = 'Example';}
See comments for this section
この章の前の方でみてきたように、name 属性は PHP4 ユーザ用の互換性のためにあります。モデル名と同じ値をセットします。
使用例:
class Example extends AppModel {
var $name = 'Example';
} class Example extends AppModel { var $name = 'Example';}