By makingme on
I know there is an actual module called Drake that interfaces cakephp apps with drupal. What would folks think of integrating CI with Drupal?
Frameworks just makes life easier. Tell me what you folks think!
I know there is an actual module called Drake that interfaces cakephp apps with drupal. What would folks think of integrating CI with Drupal?
Frameworks just makes life easier. Tell me what you folks think!
Comments
Interested
I would like to see this happen.
code igniter
make it happen please and now!
bump for great justice. I
bump for great justice. I feel like I need to drop ci and learn cake just because of this very reason. Please someone get this going =)
+1 dumping Drupal for CI if
+1 dumping Drupal for CI if no module
+ Bump
Bumping too this would be awesome
I would like to work with
I would like to work with some people on this project
We could call it Drupal Igniter
I would like to work with dru igniter
I would like to work with drupal igniter project.
bump
bump
Subscribing.
Subscribing.
+1
Absolutly essential
CI with Drupal
Were there any developments with this? What about a port of the drake mod to code igniter using the same principles?
_
as long as all people do is bump and subscribe to this thread and say things like 'make this happen', my guess is no, nothing will come of it.
At least not on your front...
Thanks for adding to the discussion. Some of us are just trying to get connected before even attempting any form of deployment.
so you're working on it now
so you're working on it now ?
make drupal in CI ?
There are some pretty
There are some pretty important performance issues to consider.
The easiest, quickest and dirtiest way is to simply load both Drupal and CodeIgniter in their full glory and make some sort of abstraction between them and make them able to read and write each other's objects.
However, that is incredibly performance consuming and brings a lot of unnecesary overhead. What makes CodeIgniter awesome is the MVC approach and the readily available libraries and resources. Most of these resources are available in Drupal, so what we need to import is more or less just the MVC approach.
What we should do is make an as sleek abstraction as possible making a 1:1 redirection of CodeIgniter library calls to their corresponding Drupal modules. Make the code look like CodeIgniter code, without using any of the CodeIgniter base files. In short, cut the crap.
For instance, there would be no CodeIgniter database class -- $this->db would instead refer to an abstraction object that redirects the query calls to the Drupal database connection through PDO.
Ah so a set of codeigniter mods
Thanks very much. Yes, I think that would be a much better approach to slightly modify codeigniter to translate to drupal calls. After all, Drupal would be the 'host' application. Thinking out loud, a drupal library for codeigniter might be one approach.
+1
Bump for a long desired integration!
_
As d8 involves migrating significant portions of core to symfony, I can pretty much guarantee this will never happen. Learn symfony instead.
Absolutely It would be great.
Absolutely It would be great..