define some variables to reduce warnings
[Pman.Cms] / 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