Yeah, I use scaffolds only in backend. The problem is I'm creating new
fields and modelds in the database and I don't want to update (for
now) my controllers every time, so scaffolding is perfect for me (at
backend).

2010/8/15 Jeremy Burns | Class Outfit <[email protected]>:
> I would move off of scaffolds and on to your own code. Scaffolds are for 
> quick and dirty, not production/proper sites - and you get the benefit of 
> learning so that you won't need to rely on scaffolds in future.
>
> Jeremy Burns
> Class Outfit
>
> [email protected]
> http://www.classoutfit.com
>
> On 15 Aug 2010, at 02:58, Hugo M wrote:
>
>> Hi! I have some scaffolded controllers and a model Service with a
>> belongs to relationship with model user. The thing is that the service
>> may not have an owner (user). There's a way to show an empty parameter
>> in a scaffolded controler's combo? I know empty parameter works with
>> $form->select but with scaffold I can't put that parameter :S.
>>
>> Check out the new CakePHP Questions site http://cakeqs.org and help others 
>> with their CakePHP related questions.
>>
>> 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
>
> Check out the new CakePHP Questions site http://cakeqs.org and help others 
> with their CakePHP related questions.
>
> 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
>

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

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