[PHP] Generate CMS based on database schema

2011-09-30 Thread Marc Guay
Howdy, I'm looking for a FOSS equivalent to PHPMaker, or at least something which comes close to it. For those who don't know the program, it syncs with your database and allows you to generate an entire CMS system based on it. To be clear, I am not looking for a CRUD code generator, I'm looking

Re: [PHP] Generate CMS based on database schema

2011-09-30 Thread Ashley Sheridan
On Fri, 2011-09-30 at 14:35 -0400, Marc Guay wrote: > Howdy, > > I'm looking for a FOSS equivalent to PHPMaker, or at least something > which comes close to it. For those who don't know the program, it > syncs with your database and allows you to generate an entire CMS > system based on it. To

Re: [PHP] Generate CMS based on database schema

2011-09-30 Thread Marc Guay
Hi Ashley, That's an interesting looking project, but wouldn't it require me to switch to CodeIgniter? I'm not interested in changing my entire working method for this. Marc -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Generate CMS based on database schema

2011-09-30 Thread Lars Nielsen
If you like Drupal, you should definitely take a look at Drush. Its a shell for Drupal which allows you to install, configure and manage drupal from the commandline. Secondly you could make Drupal installprofiles which is you own custom drupal configuration. Last you can look at Aegir which is a we

Re: [PHP] Generate CMS based on database schema

2011-09-30 Thread Ashley Sheridan
On Fri, 2011-09-30 at 15:03 -0400, Marc Guay wrote: > Hi Ashley, > > That's an interesting looking project, but wouldn't it require me to > switch to CodeIgniter? I'm not interested in changing my entire > working method for this. > > Marc CodeIgniter is just a framework written in PHP, and a

Re: [PHP] Generate CMS based on database schema

2011-09-30 Thread Marc Guay
> I assumed that as you'd mentioned trying Drupal that you would be OK with > trying out various PHP-based solutions? True enough. Maybe I'll sharpen the focus then and ask if anyone knows of a solution that does not require a reworking of method; a stand-alone CMS generator similar to PHPMaker

Re: [PHP] Generate CMS based on database schema

2011-09-30 Thread Lester Caine
Marc Guay wrote: I assumed that as you'd mentioned trying Drupal that you would be OK with trying out various PHP-based solutions? True enough. Maybe I'll sharpen the focus then and ask if anyone knows of a solution that does not require a reworking of method; a stand-alone CMS generator simil