Sergey
Questions Asked
The user has not asked any questions.
Answers
0
Parse Raw E-Mail
No. EmailComponent is for sending mail.
2
Allowing __call in AppController
In your view of admin* method call the 'link' method of HtmlHelper with parameter 'prefix' set to null.
Something like this:
$html->link('Users', array('controller'=>'users', 'action'=>'index',... Comments
- Member since:
- November 10th, 2009
- Last active:
- Questions asked:
- 0
- Answers:
- 6
- Correct Answers:
- 3
- Comments:
- 1
Prefix Routing from Form Submission
What URL generates Router::url method in this case: Router::url(array('prefix'=>'prefixa', 'controller'=>'your_controller', 'action'=>'your_action', 'id'=>id))?