where do "actions" go? |
(09-16-2015, 07:49 AM)mwhitney Wrote: Traditionally, the methods in controllers are referred to as actions, but, since we're calling controller methods based on the URL, and we might want an "action" to be available from multiple locations (and there are all sorts of issues with calling multiple controllers given the way CI treats the controller), a library is a good alternative. Thanks both for your responses. ThanksĀ mwhitney for a very detailed response explaining your thought process, very helpful. Thanks again R |
Messages In This Thread |
where do "actions" go? - by rickoneeleven - 09-16-2015, 03:07 AM
RE: where do "actions" go? - by PaulD - 09-16-2015, 06:07 AM
RE: where do "actions" go? - by mwhitney - 09-16-2015, 07:49 AM
RE: where do "actions" go? - by rickoneeleven - 09-16-2015, 12:47 PM
RE: where do "actions" go? - by cartalot - 09-16-2015, 02:40 PM
RE: where do "actions" go? - by rickoneeleven - 09-23-2015, 04:41 AM
RE: where do "actions" go? - by ravinesh - 09-23-2015, 04:47 AM
RE: where do "actions" go? - by ComputingFroggy - 10-25-2015, 01:28 AM
RE: where do "actions" go? - by jaynarayan - 12-17-2015, 11:42 AM
|