摘要: public function smsto($telphone,$message) { //短信接口用户名 $uid,如果没有或不能发送请与客服联系 $uid = 'zyd'; //短信接口密码 $passwd $pa... 阅读全文
posted @ 2015-09-30 06:57 慕尘 阅读(114) 评论(0) 推荐(0) 编辑
摘要: 控制器代码/** * get ajax uploaded files. */ public function actionGetAjax(){ $model=new Attachment();//加载附件模型 $tmpFile = CUpload... 阅读全文
posted @ 2015-09-30 06:55 慕尘 阅读(795) 评论(0) 推荐(0) 编辑
摘要: 显示信息提示用户时,可以用setFlash,hasFlash,getFlashfunction actionOk(){ Yii::app()->user->setFlash('success', 'Everything went fine!'); $this->redir... 阅读全文
posted @ 2015-09-30 00:08 慕尘 阅读(612) 评论(0) 推荐(0) 编辑