Hello!
Could you help me please. I need place adding form instead of datagrid on the first screen, but didn't found how to do that.
The only way to do it i see this one:
public function profile($page=null) {
if ($page==null) redirect (APP_URL.'profile/add');
else ...
}
