CodeIgniter Forums
CI in conjunction with CMS - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: CI in conjunction with CMS (/showthread.php?tid=10375)

Pages: 1 2


CI in conjunction with CMS - El Forum - 07-29-2008

[eluser]BenRob[/eluser]
Hi all,

Is there a CMS I can use with CI, I've looked at blaze but from what I can see it doesn't seem to abide by the MVC structure you generally get with CI.

If anyone has any good experiences please let me know.

Thanks


CI in conjunction with CMS - El Forum - 07-29-2008

[eluser]BenRob[/eluser]
I'm looking forward to that but I need this for a project I'm working on.


CI in conjunction with CMS - El Forum - 07-29-2008

[eluser]Adam Griffiths[/eluser]
How about making your own CMS?


CI in conjunction with CMS - El Forum - 07-29-2008

[eluser]Tom Glover[/eluser]
Inktype is a blog CMS which you could easily integrate to.


CI in conjunction with CMS - El Forum - 07-29-2008

[eluser]andreagam[/eluser]
Why not have a look at Code Extinguisher? (see Ignited Code forum...)


CI in conjunction with CMS - El Forum - 07-29-2008

[eluser]matthewr[/eluser]
InkType or CodeExtinguisher's your best bet. But I hope you make a new one. I want an Umbraco-like (but not so complicated) or CushyCMS-like CMS for CI.


CI in conjunction with CMS - El Forum - 07-29-2008

[eluser]Tom Glover[/eluser]
I wouldn't mine one like joomla but that is never going to happen unless I make it.


CI in conjunction with CMS - El Forum - 07-30-2008

[eluser]srobet[/eluser]
You can use Tarichi, fully codeignited.


CI in conjunction with CMS - El Forum - 10-04-2008

[eluser]gene_x[/eluser]
hi everybody!

I'm new to code igniter.
I was trying to integrate it with joomla 1.5.

I've found one solution.
I'm sure it isn't the best one but it worked, so I'll share.
http://forum.joomla.org/viewtopic.php?f=428&t=330191

regards.


CI in conjunction with CMS - El Forum - 10-04-2008

[eluser]Colin Williams[/eluser]
Integration is a broad term. Essentially, anything can integrate with your CI app if you create APIs for it, and nothing stops CI from reading and writing to database tables of another system.