no first/{slug} didn't wrk. No it not routed to test controller it routed to default router (i.e)page_router controller. My test controller exist in test module. controller name is test
Thanks admin. Its working great.
Need some clarification whether it works or not for front end view using controller?
I have created the test advanced module and created first_model for view i have given the url as
'VIEW' => fuel_url(T…
Hi admin,
Thanks for your help. The way you explained is really superb thanks a lot.. I am having another doubt, on_after_save will be gets triggered after the player_models save gets executed right. To save the players_model i wanna use
public func…