If i want to create a simple page view. Not need to show the "structure.pdt". How to do this?
Another question is:
$rs=$this->Record->select()->from("Clients");
Why above code show error:Undefined property: Main::$Record on
if i want to get some get request value .for example : http://domain.com/clients/main/activity/month/7
How to get the value of month?