How to create a common controller type? Does it makes sense? |
You want to call a bunch of view files in a standard way. so it can be appropriate to put those calls in a template.
Here's one way to do it: http://forum.codeigniter.com/thread-6379...#pid326426 very similar example with added example of calling a model for a dynamic header http://stackoverflow.com/questions/34909...4#34911214 |
Messages In This Thread |
How to create a common controller type? Does it makes sense? - by StefanKittel - 01-25-2016, 11:00 AM
RE: How to create a common controller type? Does it makes sense? - by ciadmin - 01-25-2016, 12:01 PM
RE: How to create a common controller type? Does it makes sense? - by StefanKittel - 01-25-2016, 01:26 PM
RE: How to create a common controller type? Does it makes sense? - by ciadmin - 01-25-2016, 02:28 PM
RE: How to create a common controller type? Does it makes sense? - by cartalot - 01-26-2016, 03:12 PM
RE: How to create a common controller type? Does it makes sense? - by josepostiga - 01-26-2016, 10:31 PM
|