CodeIgniter and Joomla |
[eluser]xwero[/eluser]
If i understand it right it's a matter of creating framework independent libraries with framework specific interfaces if they need to be implemented in an existing codebase? If that is the case the CI specific code would be minimal, or not? I think the matchbox library gives you a good idea on how to accomplish this (Look at the file structure). You could make modules with a models, views, libraries and interfaces directory. In the libraries directory you would have the base classes (database and interface) and in the interfaces directory you would have the different files that connect with the different frameworks. There would have to be some global to check if you don't load the same libraries multiple times. I'm not sure how this would be accomplished in joomla because i remember from my mambo days component view files are stored in different directories for admin and frontend. I guess if you want to use base code on several systems you are going to need some framework/application specific hacks to get everything running and keep your code maintainable. |
Messages In This Thread |
CodeIgniter and Joomla - by El Forum - 01-06-2008, 11:00 AM
CodeIgniter and Joomla - by El Forum - 01-06-2008, 01:00 PM
CodeIgniter and Joomla - by El Forum - 01-06-2008, 02:01 PM
CodeIgniter and Joomla - by El Forum - 01-06-2008, 04:01 PM
CodeIgniter and Joomla - by El Forum - 01-07-2008, 02:24 AM
CodeIgniter and Joomla - by El Forum - 10-25-2008, 01:39 PM
CodeIgniter and Joomla - by El Forum - 02-03-2009, 09:13 AM
CodeIgniter and Joomla - by El Forum - 03-02-2009, 09:37 AM
CodeIgniter and Joomla - by El Forum - 05-22-2009, 11:52 AM
CodeIgniter and Joomla - by El Forum - 11-13-2010, 08:09 AM
CodeIgniter and Joomla - by El Forum - 02-12-2011, 06:54 AM
CodeIgniter and Joomla - by El Forum - 02-25-2011, 08:44 AM
|