コード例 #1
0
ファイル: Backend.php プロジェクト: ircoco/BlackCatCMS
 /**
  * print message
  *
  * @access public
  * @param  string  $message
  * @param  string  $redirect    - default 'index.php'
  * @param  boolean $auto_footer - default true
  **/
 public function print_success($message, $redirect = 'index.php', $auto_footer = true)
 {
     CAT_Backend::updateWhenModified();
     CAT_Object::printMsg($message, $redirect, $auto_footer);
 }