Esempio n. 1
0
 /**
  * Get the valid columns from the database
  *
  * @return void
  */
 public function init()
 {
     // document
     parent::init();
     // page
     $this->validColumnsPage = $this->getValidTableColumns("documents_email");
 }
Esempio n. 2
0
 /**
  * Get the valid database columns from database
  *
  * @return void
  */
 public function init()
 {
     // document
     parent::init();
     // snippet
     $this->validColumnsSnippet = $this->getValidTableColumns("documents_snippet");
 }