コード例 #1
0
ファイル: Paginator.php プロジェクト: im286er/slimore
 /**
  * @param bool $sql  true
  * @param bool $return  false
  */
 public function json($sql = true, $return = false)
 {
     Debug::json($this->params($sql), $return);
 }
コード例 #2
0
ファイル: Controller.php プロジェクト: im286er/slimore
 /**
  * Like/Using javascript console object
  *
  * @param string $message
  * @param string $type "log"
  * @return string
  */
 public function console($message, $type = "log")
 {
     Debug::console($message, $type);
 }