On 5/27/07, unimatrixZxero <[EMAIL PROTECTED]> wrote:
>
> Hey Chris, I think it would be very usefull to have the fetching
> methods e.g. findAll() give an output how log it took to fetch. That
> might be usefull when optimizing my models. And maybe help confirming
> a bottleneck in my application.(Yes, I know there are profiling tools
> out there as well).

Hrm, that might be useful.  I'll look into how you might implement that.

>
> Other features I find usefull
> * create new instances of models by inputing information

Are you talking about creating brand new models, or adding info to a
model via a save() method?

> * assign variables to models  e.g. $a = Foo->findById(3)

I doubt that will happen since it increases the amount of work I need
to do in parsing input.  If you've ever look at PHP token parsing,
you'd understand.  I have to severely limit the amount of actual PHP
code you can enter the console.

-- 
Chris Hartjes

My motto for 2007:  "Just build it, damnit!"

@TheBallpark - http://www.littlehart.net/attheballpark
@TheKeyboard - http://www.littlehart.net/atthekeyboard

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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