Пример #1
0
 /**
  * Get the data for a question
  *
  * @return	void
  */
 private function getData()
 {
     // get the record
     $this->record = BackendFaqModel::getQuestion($this->id);
     // get categories
     $this->categories = BackendFaqModel::getCategoriesForDropdown();
 }
Пример #2
0
 /**
  * Get the data for a question
  *
  * @return	void
  */
 private function getData()
 {
     // get categories
     $this->categories = BackendFaqModel::getCategoriesForDropdown();
 }