Skip to content

Commit

Permalink
Added description of another issue. Thanks 'dereuromark' for reportin…
Browse files Browse the repository at this point in the history
…g it.
  • Loading branch information
Phally committed Sep 13, 2010
1 parent 04d1ef9 commit dca069f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README
Expand Up @@ -99,6 +99,11 @@ A: Duuh! The FormHelper checks whether a Model is set in the ClassRegistry or n
make the action slightly slower and bigger, but (in my opinion) it will still beat loading
the entire model chain.

Q: What the hell?! My form had a checkbox/textarea/whatever for a specific datatype and with
LazyModel it has become just another text input. Where did it go?
A: This issue is related to the previous one and can be fixed the same way. You can also add
'type' => 'textarea' to the options of FormHelper::input() for example to fix it.

Q: Was this your own idea?
A: Not really, there are more tries at this, but I couldn't really make them work like I had in
mind and so started my own little project using a slightly different approach. However, I
Expand Down

0 comments on commit dca069f

Please sign in to comment.