内部変数の概要
[ 一覧へ戻る ]
主たる内部変数を以下に示す。
object $this->init
設定
object $this->outSrc
外部入力値(POST,GETのみ)
object $this->proc
動的に生成された値
$this->proc
動的に生成された値。
$this->proc->mode
動作モード
$this->proc->db->count
データベースから得られた条件に見合うレコード数全体(表示するものとは違う)
$this->proc->record
データベースから得たレコード(表示分のみ)
$this->proc->prockeys->error
エラーの状況、object
$this->proc->error->count
エラー数
$this->proc->db->blob->flag
blobの処理が必要な場合はtrue。
$this->proc->db->blob->object
$this->proc->db->conn
データベース、コネクション。
$this->proc->db->id
$this->proc->db->order
$this->proc->db->sort
$this->proc->db->category
$this->proc->db->code
$this->proc->db->pickup
$this->proc->db->page
$this->proc->db->key
//$this->proc->db->sess
$this->proc->priority->error
$this->proc->{$k}->sql->master->error
$this->init
初期設定値。
$this->init->db->proc->table
テーブル名
$this->init->db->proc->err
エラー時の処理
new,redirect,white
$this->init->db->proc->where
SQLのWHERE句へ追加
例) code='test'
$this->init->db->proc->category
カテゴリテーブル名