Re: php generators

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Most code generators are bloated, poorly designed, and just plain trouble.The
only code generator that I currently like, is the one for CakePHP, but
you'll have to do some heavy reading to get up-to-speed on how to develop
with Cake (especially considering it uses Object Oriented development
principles, and the Model-View-Controller code separation pattern)

If you put any time into CakePHP at all, I guarantee you'll like it.
To generate code with Cake, you build your database tables for whatever data
you're needing to store (and it's best to structure your tables using cake
conventions), then from command line, you use "cake bake", which will allow
you to build your controller, model, and view for each table.

Bake will allow you to automatically build create/read/update/delete
functionality for every table, it will automatically detect which tables
have related data, and will set up your code so that you can easily
reference data between each table.

It's a definite must-have, but I'm not sure how it would be for a PHP
newbie. I believe there are several CakePHP books out there for the newbie
that should get you up and running fast.

Check it out at http://www.cakephp.org for more info

--
Jonathan Langevin
PHP Site Solutions
http://www.phpsitesolutions.com


On Tue, Apr 28, 2009 at 12:40 PM, conor mahaney <crmahaney9@xxxxxxxx> wrote:

>
> Hello Everyone,
>
> I am a beginner with PHP and Mysql and have dived into a project that may
> be to much for me right now.  I am still learning php and do not have enough
> knowledge to accomplish what I am trying to.
>
> I have been looking into PHP code generators and was wondering if anyone
> has any thoughts or suggestions, also if anyone knows of any good resources
> for learning
>
>
>
> Thanks
>
>
>
> _________________________________________________________________
> Rediscover Hotmail®: Get e-mail storage that grows with you.
>
> http://windowslive.com/RediscoverHotmail?ocid=TXT_TAGLM_WL_HM_Rediscover_Storage2_042009

[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux