1 2012-11-06 02:12:40

Topic: mySQL and loving the CMS!

Hey,

I found Monstra after days of experimenting and trying different CMS's. I found a lot of the current CMS's out there too messy or are out of budget being the poor student that I am. I recently worked for a web development company for a few months using Business Catalyst. I like Monstra because of the templating system similar to Business Catalyst as well as the simplicity and ease of use. It seems perfect to start a freelancing career throughout the remainder of my university studies.

I do have one concern about the CMS,

  • Why is xml and file storage used? Security and efficiency wise, is it possible to store and retrieve data from Monstra in a mySQL database? I've had zero experience with PHP, but am familiar with J2EE. Would it be recommended to attempt to alter this or will it be implemented in the near future?

I love the simplicity of Monstra and am looking forward to using it as a base to my freelance web development.

Re: mySQL and loving the CMS!

Monstra CMS was created to manage a small-business websites.
There is no reason to use MySQL for small-business websites.
By the way Monstra supports SQLite and MySQL with help of IDIORM class that built in.
IDIORM documentation is here: https://github.com/j4mie/idiorm

Monstra Loves You! Give some love back!

Re: mySQL and loving the CMS!

How many pages/posts in maximum Monstra can support? I have my corporate website of around 800 pages and 1000 posts. Can this be migrated to Monstra? Because of these many pages and posts and heavy traffic that we are fetching DB connections are creating problem and site becomes unresponsive for quite a time. I wish to overcome DB connection problem with Monstra.