no message
This commit is contained in:
parent
8bfe7cd37b
commit
47342564ff
@ -17,6 +17,7 @@ class ArticleCache extends Base {
|
|||||||
{
|
{
|
||||||
$this->oDog = new Dog(new ModelArticleCache());
|
$this->oDog = new Dog(new ModelArticleCache());
|
||||||
$this->oDog->_setDogName("articleCache");
|
$this->oDog->_setDogName("articleCache");
|
||||||
|
$this->oDog->_setJsonField(["content"]);
|
||||||
$this->oDog->_setStrField(["content"]);
|
$this->oDog->_setStrField(["content"]);
|
||||||
$this->aUpdate = $aUpdate;
|
$this->aUpdate = $aUpdate;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user