支援mc redis
cola_ext_cache_abstract通過魔術方法支援任意的redis方法呼叫
public
function
__call
($method, $args)
支援pdo myisql和mysqli
支援輸出日誌和檔案日誌
支援redis佇列
//測試驗證
$data=["id"=>123];
$rules = array(
'id' => array('required' => true, 'type' => 'int'),
'***' => array('in' => array('f', 'm')),
'tags' => array('required' => true, 'each' => array('type' => 'int')),
'age' => array('type' => 'int', 'range' => array(38, 130), 'msg' => 'age must be 18~130'),
'email' => array('type' => 'email'),
'date' => array('type' => 'date'),
'body' => array('required' => true, 'range' => array(1, 500))
);$obj = new cola_ext_validate();
$obj->check($data, $rules);
print_r($obj->errors);
採用fork和訊號建立守護程序-這個我沒有試過
colaphp框架的類分析 一
屬性分析 instance 單例模式,持有cola物件 reg 儲存變數和物件 config 配置物件 router 路由物件 pathinfo 儲存路由的路徑 dispatchinfo 儲存需要載入的控制器和方法 構造方法 1 註冊預設需要的類 2 載入自動載入方法 初始化配置類 this con...
volley框架的簡單說明
volley是google開發的一款網路框架,我們可以使用volley來獲取網路的文字和。volley框架有5個方法 stringrequset imagerequest jsonrequset imageloader networkimageview volley框架的內部結構,下面用一張官方的圖...
volley框架的簡單說明
volley框架的簡單說明。volley是google開發的一款網路框架,我們可以使用volley來獲取網路的文字和。volley框架有5個方法 stringrequset imagerequest jsonrequset imageloader networkimageview volley框架的...