no message
This commit is contained in:
parent
9c1189b285
commit
a332beef61
@ -16,6 +16,7 @@ public function __construct($aUpdate = [])
|
||||
$this->oDog = new Dog(new ModelArticles());
|
||||
// $this->oDog->_setPrimaryKey("k"); // 可选,默认id
|
||||
$this->oDog->_setDogName("articles"); // 必须
|
||||
$this->oDog->_setStrField(["sContent"]);
|
||||
}
|
||||
|
||||
public function __call($sName, $aArg)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user