Welcome Guest, Not a member yet? Register   Sign In
Calling controller methods from inside view
#2

[eluser]gtech[/eluser]
I think it bad practice to load a controller method in a view, what you should do is call the method within the controller method (or create a library) and then pass the data to the view.

I think its bad practice as you could end up calling the same method you loaded the view from, and don't think it really conforms with the MVC design approach. Also if you loaded the view from a different controller you would end up calling a method that isn't available.

So to answer your question, its deliberate that you can't call a controllers method using $this-> in a view.


Messages In This Thread
Calling controller methods from inside view - by El Forum - 05-29-2008, 04:07 PM
Calling controller methods from inside view - by El Forum - 05-29-2008, 04:31 PM
Calling controller methods from inside view - by El Forum - 05-30-2008, 05:12 AM
Calling controller methods from inside view - by El Forum - 05-30-2008, 05:33 AM
Calling controller methods from inside view - by El Forum - 05-30-2008, 07:04 AM
Calling controller methods from inside view - by El Forum - 05-30-2008, 07:20 AM
Calling controller methods from inside view - by El Forum - 05-30-2008, 07:28 AM
Calling controller methods from inside view - by El Forum - 05-30-2008, 07:50 AM
Calling controller methods from inside view - by El Forum - 05-30-2008, 07:57 AM
Calling controller methods from inside view - by El Forum - 05-30-2008, 08:40 AM
Calling controller methods from inside view - by El Forum - 05-30-2008, 08:53 AM
Calling controller methods from inside view - by El Forum - 05-30-2008, 09:05 AM
Calling controller methods from inside view - by El Forum - 05-30-2008, 09:15 AM
Calling controller methods from inside view - by El Forum - 05-30-2008, 09:21 AM
Calling controller methods from inside view - by El Forum - 05-30-2008, 10:45 PM
Calling controller methods from inside view - by El Forum - 05-20-2012, 05:38 AM
Calling controller methods from inside view - by El Forum - 05-20-2012, 06:22 AM



Theme © iAndrew 2016 - Forum software by © MyBB