FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » Cake PHP RAD Framework
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
Cake PHP RAD Framework [message #172479] Mon, 21 February 2011 00:43 Go to next message
P E Schoen is currently offline  P E Schoen
Messages: 86
Registered: January 2011
Karma: 0
Member
I was finally able to get the demo for this PHP application framework
(http://cakephp.org/) up and running, after hours of confusing errors that I
later found were caused by installing it in the wrong place in my xampp
Apache localhost. Here is a simple tutorial video that helped a lot:
http://www.youtube.com/user/andrewperk#p/u/16/nO9oSQhRa9s

This is part 1 of a series, and I also found part 2 invaluable. Then I could
proceed to build a blog application using the tutorial provided by Cake PHP:
http://book.cakephp.org/view/875/x1-3-Collection#!/view/1528/Blog

Although this is not as convenient as the Borland Delphi IDE (and probably
its PHP cousin http://www.embarcadero.com/products/radphp), it does seem to
simplify some aspects of creating a web application using PHP and MySQL (or
SQLIte, etc.). And perhaps more important is enforcing certain conventions
that may help with organization, portability, and maintenance of a complex
website.

Does anyone have any experience with this? Thanks.

Paul
Re: Cake PHP RAD Framework [message #172489 is a reply to message #172479] Mon, 21 February 2011 10:54 Go to previous messageGo to next message
Erwin Moller is currently offline  Erwin Moller
Messages: 228
Registered: September 2010
Karma: 0
Senior Member
On 2/21/2011 1:43 AM, P E Schoen wrote:
> I was finally able to get the demo for this PHP application framework
> (http://cakephp.org/) up and running, after hours of confusing errors
> that I later found were caused by installing it in the wrong place in my
> xampp Apache localhost. Here is a simple tutorial video that helped a lot:
> http://www.youtube.com/user/andrewperk#p/u/16/nO9oSQhRa9s
>
> This is part 1 of a series, and I also found part 2 invaluable. Then I
> could proceed to build a blog application using the tutorial provided by
> Cake PHP: http://book.cakephp.org/view/875/x1-3-Collection#!/view/1528/Blog
>
> Although this is not as convenient as the Borland Delphi IDE (and
> probably its PHP cousin http://www.embarcadero.com/products/radphp), it
> does seem to simplify some aspects of creating a web application using
> PHP and MySQL (or SQLIte, etc.). And perhaps more important is enforcing
> certain conventions that may help with organization, portability, and
> maintenance of a complex website.
>
> Does anyone have any experience with this? Thanks.
>
> Paul

Hi Paul, thanks for sharing.
I dived into cakePHP once, and didn't like it at all.

[This is just my opinion.]
The reason I disliked it is NOT because of the MVC-implementation as
done by Cake, but because I dislike MVC approaches in general a lot.

In my humble opinion it gets in the way of experienced programmers, and
hinders newbies to get a real understanding of what is going on.

Also, the 'black box' approach to actual queries is not really helping.
If I want to design complex queries, and keep an acceptable query-speed,
I had to rewrite them myself. (And that can be done in CakePHP.)

Of course, if you design straightforward webpages with little data
complexity, you can quickly develop with Cake.
But seriously, I think every webdeveloper has his/her own sets of little
libs and functions to gets things done quickly. I don't need a
MVC-straight-jacket approach to create clean and simple code.
The 'quick development' advantage of MVC isn't that big in my opinion.

But that is old news. (The old MVC pro/con discussion.)

The Good Thing about an uniform approach with MVC is the fact that, in
theory, is should make things easier for other programmers when they
take over the job.
That is only partly true.
I once took over a project done in CakePHP and was totally confused.
I blamed it on the fact that I only had (modest) MVC experience, and
mainly in Java.
So after studying a few days, I asked the help of a friend, a more
seasoned CakePHP developer, to help me get on speed with the code.
His observations were that the code was a mess, most things were done in
a way that should be done like that in CakePHP, he had to look all over
the place to find the most simple settings.
All kinds of preload/login checks were in place on every page: they
contained long pieces of code, with little to none comments.
etc, etc.
So I politely tanked my client for taking over that job. ;-)

Before somebody says: "You can screw up in any language/system", I would
like to say: "And also in MVC."

I would advise all newbies to avoid MVC and learn the language and all
that comes with it the real way.
It is a much more rewarding learning experience and leads to better
developers.
Who wants a webdeveloper that never heard of SQL-injection because that
problem was abstracted away by MVC? Who wants a webdeveloper that cannot
design a database him/herself? etc.etc.
That said: I think MVC has its place when used by experienced
programmers in an effort to standardize their coding-approach.
When used as a black-box-"rad"-tool, avoid it.

[This is just my opinion. I don't want to present it as a factoid.]

Regards,
Erwin Moller


--
"That which can be asserted without evidence, can be dismissed without
evidence."
-- Christopher Hitchens
Re: Cake PHP RAD Framework [message #172627 is a reply to message #172489] Tue, 22 February 2011 12:34 Go to previous message
Jonathan Stein is currently offline  Jonathan Stein
Messages: 43
Registered: September 2010
Karma: 0
Member
Den 21-02-2011 11:54, Erwin Moller skrev:

> The reason I disliked it is NOT because of the MVC-implementation as
> done by Cake, but because I dislike MVC approaches in general a lot.

That's not the best start of a long term relationship with CakePHP. ;-)

If you're looking for a framework and like the MVC-pattern, CakePHP is a
great choice.

Regards

Jonathan
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Ruby on rails training for PHP developers
Next Topic: How to read/to download attachment on an URI?
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sun Oct 06 22:40:23 GMT 2024

Total time taken to generate the page: 0.03218 seconds