define some variables to reduce warnings
authorAlan <alan@roojs.com>
Thu, 13 Jul 2023 04:52:47 +0000 (12:52 +0800)
committerAlan <alan@roojs.com>
Thu, 13 Jul 2023 04:52:47 +0000 (12:52 +0800)
DataObjects/Cms_page.php

index e241452..6ac7857 100644 (file)
@@ -46,6 +46,10 @@ class Pman_Cms_DataObjects_Cms_page extends DB_DataObject
     public $is_static;                      //int(2)
     public $seq_id;
 
+    // used on templates?
+    public $author_id_name;
+    public $comments;
+    
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE