CodeIgniter Forums
Using drupal as a backend for codeigniter application? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: Using drupal as a backend for codeigniter application? (/showthread.php?tid=55610)



Using drupal as a backend for codeigniter application? - El Forum - 11-03-2012

[eluser]sanks[/eluser]
Hi,

I am building a web application using CI HMVC framework. My question is very simple. How wise it would be to use drupal as a backend in a codeigniter application. By the term backend I mean, the admin part will be a drupal installation. All I want to acheive is codeigniter will be interacting with drupal database and pull the information from over there to display it on frontend. In short my frontend will be a codeigniter application which will be using drupal database. Has anyone tried this?


Using drupal as a backend for codeigniter application? - El Forum - 11-04-2012

[eluser]sofwan[/eluser]
I haven't tried it yet but i think it is possible, because CI just use Drupal database to display data which you can write MVC separately with Drupal application.


Using drupal as a backend for codeigniter application? - El Forum - 11-04-2012

[eluser]Aken[/eluser]
Seems kind of silly since Drupal is designed to do both front and back together (it is a CMS, after all). But it can be done.


Using drupal as a backend for codeigniter application? - El Forum - 11-05-2012

[eluser]Unknown[/eluser]
If you want to display drupal's data in CI, it is possible. You should only need to know in which table,field in which format data is saved by drupal.