|
|||
|
Hi all,
I am very new to ZF. I have gone through some sample codes done in ZF. Can anyone please explain me how do we call a function written in IndexController, like loginAction() ?. I cant find where the system calls this function. Also I have 7 different steps(just filling of simple forms) in my work. So can I move to different steps inside the same module? or do I need to put them on separate modules? Please do respond. its urgent.. Thanks in advance.. |
|
|||
|
If you have a loginAction in IndexController then the code inside loginAction is executed by visiting http://your.site.com/moduleName/index/login
I'm not sure what you mean about "different steps". Can you describe specifically what you are trying to do? Within any module you can have a multitude of controllers and actions. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|