Please do not NEVER EVER going to return database result as array.

those people who want this need to have their head check. do you know
how much pain to debug the results?

The reason I stick with Cakephp is the power model and their return
result in Array (believe me I am fixing a CodeIgniter site and work on
many many zend projects. If I  have a say - I use CakePHP).

OK here is my 2 cents. I don't hate Cake. But we could do with a bit
more documentation. Do you know paginator accept a parameter "*" ?
took me couple months to find that out ... I wish they could list all
the available parameter if they are already there.

Joel

On May 8, 2:08 pm, Smelly Eddie <[email protected]> wrote:
> I hate that it is a powerful framework that can make the tedious work
> of developing sites a breeze.  Its strict adherence to the tried and
> true MVC model is a pain point as well.  Why so logical?
>
> I hate the active community involvement and powerful documentation and
> API sites.  I hate that people expect Cake to do every little thing.
>
> It is a framework! Not a solve everything-all-in-one-cms-portal-file-
> manager-blog-forum.
>
> Use the framework to create an upload component, it takes all of 5
> minutes!!
>
> On May 8, 8:56 am, "Dennis S. Hennen" <[email protected]> wrote:
>
> > Consider Post hasMany Comment
>
> >      Comment->find('all') returns {n}.Comment.*
>
> >      Post->find('all') gives you Comment.{n}.*
>
> > If I want a helper to do processing on a list of comments, I have to
> > handle both potential formats, or massage the data.
>
> > Related to this is the $primary parameter to the afterFind callback.
>
> > Perhaps find results as objects instead of arrays?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to