When to use Doctrine_Table vs regular model class?
Posted
by Jeremy Hicks
on Stack Overflow
See other posts from Stack Overflow
or by Jeremy Hicks
Published on 2010-06-11T16:52:20Z
Indexed on
2010/06/15
7:52 UTC
Read the original article
Hit count: 274
I'm trying to understand when is the appropriate time to use Doctine_Table classes and which methods to store there vs. in the regular model class file.
Also, is it good practice to use the findBy* methods?
© Stack Overflow or respective owner