OpenCart Controller自带方法
OpenCart Controller自带方法汇总:
$this->document->setTitle(“标题名称”); //显示网址标题
$this->load->language("语言文件夹/文件名"); //调用语言文件
$this->load->model("数据文件夹/文件名"); //调用数据文件
$this->model_数据文件夹_文件名->数据方法();
$this->request->get; //接受所有Get传值
$this->request->get['key']; //接受指定Get参数传值
$this->request->post; //接受所有Post传值
$this->request->post['key']; //接受指定Post参数传值
$this->url->link('文件夹名/文件名', '参数', 'ssl');
版权声明:
作者:Joe.Ye
链接:https://www.appblog.cn/index.php/2023/02/26/opencart-controller-methods/
来源:APP全栈技术分享
文章版权归作者所有,未经允许请勿转载。
THE END
0
二维码
打赏
海报
OpenCart Controller自带方法
OpenCart Controller自带方法汇总:
$this->document->setTitle(“标题名称”); //显示网址标题
$this->load->language("语言文件夹/文件名&……
文章目录
关闭
共有 0 条评论