Maybe I'm being old fashioned, but I don't really see the sense in
deprecating functions like findAll and findNeighbours in favour of a
do-it-all-pseudo-overloaded find. The syntax of the find function I
now find extremely confusing e.g. possible parameters 'field' &
'fields'. Made more so because the documentation is uncomprehensive
and unclear. Different operations require different parameters and as
these aren't well documented e.g. find('neighbors') I have to go to
the doc for the deprecated function and try to reinterpret what is
required.One of the great things about CakePHP is the way it simplifies PHP operations e.g. the findAllBy magic function. Would there be any harm in undeprecating functions like findAll and findNeighbours so that their future is not in doubt? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
