arnouxor/ajaxosor
最新稳定版本:v2.0.8
Composer 安装命令:
composer require arnouxor/ajaxosor
包简介
Make your Codeigniter calls beautiful
README 文档
README
Optimize your ajax' calls with CodeIgniter
Installation
Load the third party library
$this->load->add_package_path(APPPATH . 'third_party/alienosor');
$this->load->library('alienosor');
$this->load->remove_package_path(APPPATH . 'third_party/alienosor');
Utilisation
php
public function ajax_search()
{
$config = array(
array('field' => 'searchText', 'label' => '', 'rules' => 'trim|required|integer'),
);
$this->alienosor->process($config, array(
["type" => "library", "file" => "myfirst_lib", "method" => "method1", "params" => array("searchText")],
["type" => "model", "file" => "myfirst_model", "method" => "method2", "params" => array("searchText", "__LAST_RESULT", "mycustomvariable")]
));
}
统计信息
- 总下载量: 222
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2015-07-15