What is CI-CMS

CI-CMS is a Codeigniter Content Managment System. This is a combination of my primary concept of how to create a CMS and the ease from Codeigniter. I already created a personal CMS called Solaitra, that I use in many sites now (around 50), and I just want to transport that in CI framework.
Solaitra is a very easy modular CMS, it has many modules such as pages, news, forum, gallery, downloads, quotes, guestbook etc. I just need to port those modules to work in CI and the result will be CI-CMS.

Visualizzazione post con etichetta bugs. Mostra tutti i post
Visualizzazione post con etichetta bugs. Mostra tutti i post

martedì 3 giugno 2008

Gettext problem

Gettext doesn't load when I put the locale files in each modules and load them at once in the Locale library. Even if I set the domains nothing shows up. So I had to put a unique locale file in app/locale for each language.

That is on rev. 25