> > 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?
Talking about adding info to a model via save.  new Post(array('title'
=> 'example post', 'body' => 'example post body'))

> > * 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 thought you just might be bored :) Just poped into my head because I
saw that the console in Ruby on Rails did something like that.


--~--~---------~--~----~------------~-------~--~----~
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