Welcome Guest, Not a member yet? Register   Sign In
Can I extend ExpressionEngine with Codelgniter?
#3

[eluser]darrenm[/eluser]
It depend what you mean by "extend".

If you want to change core EE functionality, then you have only two options - to hack the core code (bad idea) or to use the available extension hooks.

However, if you want to create some new functionality, then you can do anything you like by creating a module. These are essentially CI packages including libraries, views and models. The controller concept is not really present as EE is the controller, but you can use your own techniques to route code once it reaches your module.

You can use modules to create complex interfaces in the CMS and any kind of web app imaginable in the front end. For the latter the entry point would be a custom tag inside an EE template.


Messages In This Thread
Can I extend ExpressionEngine with Codelgniter? - by El Forum - 09-26-2012, 11:27 AM
Can I extend ExpressionEngine with Codelgniter? - by El Forum - 10-01-2012, 06:59 AM
Can I extend ExpressionEngine with Codelgniter? - by El Forum - 10-03-2012, 11:05 PM
Can I extend ExpressionEngine with Codelgniter? - by El Forum - 10-03-2012, 11:15 PM
Can I extend ExpressionEngine with Codelgniter? - by El Forum - 10-04-2012, 04:36 AM
Can I extend ExpressionEngine with Codelgniter? - by El Forum - 10-04-2012, 04:47 AM
Can I extend ExpressionEngine with Codelgniter? - by El Forum - 10-04-2012, 05:13 AM



Theme © iAndrew 2016 - Forum software by © MyBB