再次请教pHP老手,
这样的一个问题,大概是怎样造成的*本文来源gaodai#ma#com搞@代~码^网+搞代gaodaima码呢,
下面是网页的js代码,
- JScript code
<!---ecms Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> <table class="formTable"> <tr> <th><label for="login_email">Email</label></th> <td></td></tr><tr> <th><label for="login_password">Password</label></th> <td></td></tr> <tr> <td colspan="2"> <table> <tr> <td></td> <td><div id="formLoadingContainer"></div></td> </tr> </table> </td> </tr> <tr> <td colspan="2">Password forgotten?</td> </tr> </table> </div> </div> </div> <div class="patch_minheight"></div> <div id="footer_guarantor"></div> </div>
——解决方案——————–
这是mvc
index.php是入口文件 home是控制器 validateLoginForm 是方法
——解决方案——————–
你这个开启了重写了吧。
——解决方案——————–
日 谁删了我的六楼
我的回复是
这是mvc
index.php是入口文件
home是控制器 validateLoginForm是方法
违反了那条规定?
——解决方案——————–
可以理解为一个类
- PHP code
class Welcome extends CI_Controller { public function index() { $this->load->view('welcome_message'); }}