Home > Backend Development > PHP Tutorial > How to add a new page in ectouch

How to add a new page in ectouch

WBOY
Release: 2016-09-19 09:16:29
Original
1066 people have browsed it

I wanted to add a user notice on the ectouch registration page, so I wrote a userment.dwt. page file, and in the USerController.class.php file, I wrote a public function agreeuserment(){}
method, template parsing It’s the userment file. But I don’t know why, when running refresh, it always jumps to the login page;

Reply content:

I wanted to add a user notice on the ectouch registration page, so I wrote a userment.dwt. page file, and in the USerController.class.php file, I wrote a public function agreeuserment(){}
method, template parsing It’s the userment file. But I don’t know why, when running refresh, it always jumps to the login page;

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template