PHP CMS with ability to create custom tables
Posted
by Cracker
on Stack Overflow
See other posts from Stack Overflow
or by Cracker
Published on 2010-05-23T13:57:43Z
Indexed on
2010/05/23
14:00 UTC
Read the original article
Hit count: 281
I am building a website. I have created the database in MySQL. I need to build the web pages really fast! Is there a PHP CMS with which I can easily create the webpages with forms that can modify my database tables? The point is that I don't want to code it using plain PHP or MVC frameworks either. I looked at other CMSs' like Drupal and Joomla but it looks like its difficult to make them use custom tables.
© Stack Overflow or respective owner