Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have another codeigniter CMS suggestion question. Pretty much I am just looking for a CMS that allows my client to easily add in content that doesn't necessarily need to be tied into a page. I pretty much want a MYSQL database with a gui that allows the client to upload content to certain tables in the db. I don't want any themes attached to the cms as the site code will all be custom built and I would prefer to write all the db calls to pull data for specific pages. I just need a way for the client to easily upload data to a table where I can create a model to pull the data.

I have heard of FuelCMS, Ionize, and PyroCMS but all these seem like they have too much. I am looking for a pretty barebones db that has a gui and good documentation for the api's. That's all.

Thanks!

share|improve this question
PHPMyAdmin? Maybe too much power for your client. – dqhendricks Sep 20 '11 at 19:56
yeah, i was thinking about that... probably too much power/confusion for the client. I might just end up building a small gui page that allows for limited uploading or content/images – user834418 Sep 20 '11 at 20:36
sounds pretty basic. shouldn't take too long to roll your own. – dqhendricks Sep 20 '11 at 21:05

1 Answer

I know you wouldn't think of ExpressionEngine as "lightweight" but from the perspective that you are speaking, it is...

It allows complete control of content separate from any design's or concepts of "pages". It's power is that you define "objects" or channels that contain specific information that you then take and construct the pages around. Channels are a more user friendly concept of the MYSQL tables you're talking about.

DownsideYou get good support because it's not free, but and worth the money.

It's module development pattern is familiar if you are a codeigniter developer also.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.