Exemple #1
0
 /**
  * @function editDropDowns
  * @public
  * @returns NONE
  * @desc If moved to /admin/editDropDowns, will render following view.
  * @param NONE
  * @example NONE
  */
 public function editDropDowns()
 {
     $this->View->renderEx('admin/editDropDowns', array('quicknotes' => AdminModel::getQuickNotes()));
 }