Re: Online baking tool for CakePHP

2015-03-20 Thread dft

REALLY good thinking, Christian!


On Thursday, March 19, 2015 at 7:04:50 PM UTC+1, Matthew Kaufman wrote:

 very nice!

 On Thu, Mar 19, 2015 at 7:09 AM, gabriel gko...@gmail.com javascript: 
 wrote:

 Brilliant !! excellent work. Makes my life so much easier as I am only 
 developing online and not locally, and don't use the command line...

 Thanks

 On Wednesday, 10 April 2013 14:19:04 UTC+1, Christian Cadéré wrote:

 Petit Four is an online application dedicated to speed up the design and 
 code generation of CakePHP projects.

 It allows to design the models of an application: fields, validation 
 rules and relations, with a simple user interface. Then with one clic it 
 generates:

- a SQL database
- Model files with all validation rules and relations
- Standard CakePHP Controllers files
- Standard CakePHP view files

 It has just been released so it is still a bit basic and may contain 
 some bugs, but we are working to improve it and would be glad to receive 
 comments and suggestions !

 You can use it here : http://patisserie.keensoftware.com/en/cakes

  -- 
 Like Us on FaceBook https://www.facebook.com/CakePHP
 Find us on Twitter http://twitter.com/CakePHP

 --- 
 You received this message because you are subscribed to the Google Groups 
 CakePHP group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to cake-php+u...@googlegroups.com javascript:.
 To post to this group, send email to cake...@googlegroups.com 
 javascript:.
 Visit this group at http://groups.google.com/group/cake-php.
 For more options, visit https://groups.google.com/d/optout.




-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cake-php+unsubscr...@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.


Re: Online baking tool for CakePHP

2015-03-19 Thread gabriel
Brilliant !! excellent work. Makes my life so much easier as I am only 
developing online and not locally, and don't use the command line...

Thanks

On Wednesday, 10 April 2013 14:19:04 UTC+1, Christian Cadéré wrote:

 Petit Four is an online application dedicated to speed up the design and 
 code generation of CakePHP projects.

 It allows to design the models of an application: fields, validation rules 
 and relations, with a simple user interface. Then with one clic it 
 generates:

- a SQL database
- Model files with all validation rules and relations
- Standard CakePHP Controllers files
- Standard CakePHP view files

 It has just been released so it is still a bit basic and may contain some 
 bugs, but we are working to improve it and would be glad to receive 
 comments and suggestions !

 You can use it here : http://patisserie.keensoftware.com/en/cakes


-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cake-php+unsubscr...@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.


Re: Online baking tool for CakePHP

2015-03-19 Thread Matthew Kaufman
very nice!

On Thu, Mar 19, 2015 at 7:09 AM, gabriel gko...@gmail.com wrote:

 Brilliant !! excellent work. Makes my life so much easier as I am only
 developing online and not locally, and don't use the command line...

 Thanks

 On Wednesday, 10 April 2013 14:19:04 UTC+1, Christian Cadéré wrote:

 Petit Four is an online application dedicated to speed up the design and
 code generation of CakePHP projects.

 It allows to design the models of an application: fields, validation
 rules and relations, with a simple user interface. Then with one clic it
 generates:

- a SQL database
- Model files with all validation rules and relations
- Standard CakePHP Controllers files
- Standard CakePHP view files

 It has just been released so it is still a bit basic and may contain some
 bugs, but we are working to improve it and would be glad to receive
 comments and suggestions !

 You can use it here : http://patisserie.keensoftware.com/en/cakes

  --
 Like Us on FaceBook https://www.facebook.com/CakePHP
 Find us on Twitter http://twitter.com/CakePHP

 ---
 You received this message because you are subscribed to the Google Groups
 CakePHP group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to cake-php+unsubscr...@googlegroups.com.
 To post to this group, send email to cake-php@googlegroups.com.
 Visit this group at http://groups.google.com/group/cake-php.
 For more options, visit https://groups.google.com/d/optout.


-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cake-php+unsubscr...@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.


Re: Online baking tool for CakePHP

2013-04-11 Thread Christian Cadéré
Hi phpirate, thanks for the comment :)

I agree that the cake bake tool is kinda easy to use when you are 
accostumed with command lines, but not everybody is Besides, setting up 
the cake console in Windows and MacOS environments is not always easy (I 
know, those people had it coming).

Moreover the important point of this tool is to be able to easily design 
the models of an application, with all their fields properties to get a SQL 
file ready to be plugged into a database, the candy (or the nice and 
crunchy petit four) is to also get at the same time Models files with all 
the relations and validations rules (easily edited) and standard 
Controllers/Views if needed.
With this tool you can do all this in just one step, while with cake bake 
you have to: modify your database, create each model and edit its 
properties (validation rules in a browser with JS  console), same for 
controllers and views. Of course you have the bake all option, but then 
you cannot edit custom properties (for models especially).

So all in all I think it really brings something new and useful to the 
community. And I really hope that with some further improvements it will 
become a major tool for every CakePHP user :)

Le mercredi 10 avril 2013 20:13:10 UTC+2, phpirate a écrit :

 The tool is awesome,  Thanks for sharing :)
 Just a small question though, dont you think that it reinvents the wheel? 
 i mean bake tool is already easy to use on a localhost machine so why 
 would anyone need to use an online baking tool?



-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cake-php+unsubscr...@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Online baking tool for CakePHP

2013-04-11 Thread Antonio Flores Lara
awesome ... time review
http://patisserie.keensoftware.com/en/cakes

-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cake-php+unsubscr...@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Online baking tool for CakePHP

2013-04-11 Thread ankit patel
Great work..

Thanks For Sharing..


On 11 April 2013 01:30, Antonio Flores Lara antonioflore...@gmail.comwrote:

 awesome ... time review

 http://patisserie.**keensoftware.com/en/cakeshttp://patisserie.keensoftware.com/en/cakes

 --
 Like Us on FaceBook https://www.facebook.com/CakePHP
 Find us on Twitter http://twitter.com/CakePHP

 ---
 You received this message because you are subscribed to the Google Groups
 CakePHP group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to cake-php+unsubscr...@googlegroups.com.
 To post to this group, send email to cake-php@googlegroups.com.
 Visit this group at http://groups.google.com/group/cake-php?hl=en.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cake-php+unsubscr...@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Online baking tool for CakePHP

2013-04-10 Thread Christian Cadéré
Petit Four is an online application dedicated to speed up the design and 
code generation of CakePHP projects.

It allows to design the models of an application: fields, validation rules 
and relations, with a simple user interface. Then with one clic it 
generates:

   - a SQL database
   - Model files with all validation rules and relations
   - Standard CakePHP Controllers files
   - Standard CakePHP view files

It has just been released so it is still a bit basic and may contain some 
bugs, but we are working to improve it and would be glad to receive 
comments and suggestions !

You can use it here : http://patisserie.keensoftware.com/en/cakes

-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cake-php+unsubscr...@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Online baking tool for CakePHP

2013-04-10 Thread Ma'moon
The tool is awesome,  Thanks for sharing :)
Just a small question though, dont you think that it reinvents the wheel? i
mean bake tool is already easy to use on a localhost machine so why
would anyone need to use an online baking tool?


On Wed, Apr 10, 2013 at 9:19 AM, Christian Cadéré ccad...@gmail.com wrote:

 Petit Four is an online application dedicated to speed up the design and
 code generation of CakePHP projects.

 It allows to design the models of an application: fields, validation rules
 and relations, with a simple user interface. Then with one clic it
 generates:

- a SQL database
- Model files with all validation rules and relations
- Standard CakePHP Controllers files
- Standard CakePHP view files

 It has just been released so it is still a bit basic and may contain some
 bugs, but we are working to improve it and would be glad to receive
 comments and suggestions !

 You can use it here : http://patisserie.keensoftware.com/en/cakes

 --
 Like Us on FaceBook https://www.facebook.com/CakePHP
 Find us on Twitter http://twitter.com/CakePHP

 ---
 You received this message because you are subscribed to the Google Groups
 CakePHP group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to cake-php+unsubscr...@googlegroups.com.
 To post to this group, send email to cake-php@googlegroups.com.
 Visit this group at http://groups.google.com/group/cake-php?hl=en.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cake-php+unsubscr...@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.