摘要:
//创建一个控制器 load(Yii::$app->request->post()) && $model->validate()) { $aa=Yii::$app->request->post(); $data=$aa['Zhuce']; $data['rand']=rand(1111,9999); ... 阅读全文
摘要:
//控制器db->createCommand()->insert('user', [ 'name' => $data['name'], 'age' => $data['age'], 'se' => $data['se'], 'email' => $data['email'], ... 阅读全文
摘要:
1 //创建一个控制器接口 返回的是restful方式 2 0, 15 'data'=>'', 16 'error'=>'' 17 ]; 18 public $modelClass=''; 19 20 public function actions() 21 { 22 $actions=parent::act... 阅读全文
摘要:
创建一个CURL.php的文件然后引用 1 request->get('p_name'); $url='http://weixin.api.com/index.php/restful/qq'; //实例化curl $curl = new Curl(); $aa=$curl->getCurl($url,'post',$data); ... 阅读全文