开发者

how to rewrite url's in cakephp?

I am new to cakephp....i am using cakephp1.3. i want to rewrite all view files to .html extension in cakephp. Please help me,i am开发者_如何学Python in need


cakephp does not allow you to do that. ctp extension is hard-coded in all the library files. Unless you want to search and replace all the "ctp" reference to "html", its not possible.

But if you want to rewrite the url and append html suffix, then see here

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜