Welcome Guest, Not a member yet? Register   Sign In
How to call functions of another controller
#3

[eluser]marcoss[/eluser]
[quote author="yongkhun" date="1183016028"]Is there a way to call the functions of another controller from a different controller? I try to do like $this->another_controller->function1() but error said "calling function on non-object". How? Thanks![/quote]

No. And that is not the way to go with MVC. You should use a Model to place the reusable functions and the call them in the Controllers that will output the data using a View.

You may use the helpers approach as well, but only if it is just one small function, like an string replace or something like that.


Messages In This Thread
How to call functions of another controller - by El Forum - 06-27-2007, 08:33 PM
How to call functions of another controller - by El Forum - 06-27-2007, 10:29 PM
How to call functions of another controller - by El Forum - 06-27-2007, 10:50 PM
How to call functions of another controller - by El Forum - 06-27-2007, 11:26 PM
How to call functions of another controller - by El Forum - 06-28-2007, 12:11 AM
How to call functions of another controller - by El Forum - 06-28-2007, 03:37 AM
How to call functions of another controller - by El Forum - 06-28-2007, 08:09 AM
How to call functions of another controller - by El Forum - 06-28-2007, 08:14 AM
How to call functions of another controller - by El Forum - 06-28-2007, 07:35 PM
How to call functions of another controller - by El Forum - 06-28-2007, 10:00 PM
How to call functions of another controller - by El Forum - 06-29-2007, 03:39 AM
How to call functions of another controller - by El Forum - 06-29-2007, 04:05 PM
How to call functions of another controller - by El Forum - 07-09-2007, 01:15 AM
How to call functions of another controller - by El Forum - 07-09-2007, 01:54 AM
How to call functions of another controller - by El Forum - 07-09-2007, 02:09 AM
How to call functions of another controller - by El Forum - 07-09-2007, 02:25 AM
How to call functions of another controller - by El Forum - 07-28-2007, 09:15 PM
How to call functions of another controller - by El Forum - 07-28-2007, 10:20 PM
How to call functions of another controller - by El Forum - 07-29-2007, 12:33 AM
How to call functions of another controller - by El Forum - 07-29-2007, 04:21 AM
How to call functions of another controller - by El Forum - 07-29-2007, 11:30 AM
How to call functions of another controller - by El Forum - 08-01-2007, 02:36 PM
How to call functions of another controller - by El Forum - 09-27-2007, 02:14 AM
How to call functions of another controller - by El Forum - 10-16-2009, 01:28 PM
How to call functions of another controller - by El Forum - 02-06-2010, 07:14 AM
How to call functions of another controller - by El Forum - 03-03-2010, 02:09 PM
How to call functions of another controller - by El Forum - 05-11-2010, 07:56 AM
How to call functions of another controller - by El Forum - 08-12-2010, 04:19 PM
How to call functions of another controller - by El Forum - 08-13-2010, 12:51 AM
How to call functions of another controller - by El Forum - 08-13-2010, 01:15 AM
How to call functions of another controller - by El Forum - 08-13-2010, 01:18 AM
How to call functions of another controller - by El Forum - 08-13-2010, 01:22 AM
How to call functions of another controller - by El Forum - 10-22-2010, 04:32 AM
How to call functions of another controller - by El Forum - 10-25-2010, 01:55 AM
How to call functions of another controller - by El Forum - 10-25-2010, 02:10 AM
How to call functions of another controller - by El Forum - 12-24-2010, 11:05 AM
How to call functions of another controller - by El Forum - 12-24-2010, 03:27 PM
How to call functions of another controller - by El Forum - 07-21-2011, 04:46 AM
How to call functions of another controller - by El Forum - 05-01-2012, 05:18 PM
How to call functions of another controller - by El Forum - 05-01-2012, 07:14 PM
How to call functions of another controller - by El Forum - 05-01-2012, 07:25 PM
How to call functions of another controller - by El Forum - 05-02-2012, 05:35 AM



Theme © iAndrew 2016 - Forum software by © MyBB