【发布时间】:2013-11-19 05:33:15
【问题描述】:
我正在使用 cakephp 2.4.1,我想为我的项目制作以下网址。怎么可能?
http://example.com/privew/Homepage?=true
或
http://example.com/privew?=true 。我是这样试的
Router::connect('/privew/*',array('controller'=>'Admin','action'=>'privew'));
但这无济于事。有谁知道怎么做的
【问题讨论】: