Re: PHP database interface layer

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, Jul 22, 2010 at 1:14 PM, Marc Guay <marc.guay@xxxxxxxxx> wrote:

> > i recommend propel
> > http://www.propelorm.org/
>
> Holy Moses that thing is a monster.  It requires installing extra
> libraries (Phing) in order to create an XML schema reverse-engineered
> from my existing database.  The code looks simple enough but that
> installation is brutal.  Any other suggestions?  I'm thinking of
> sticking with good ol' hand coding and a few helper classes.
>
> Marc
>

so you spend a little time up front to sav tons of coding time in the
future...  change your schema; re-generate the base layer.., o yeah, and it
preserves custom logic too (upon regeneration), since that resides in sub
classes.

i used to hand write db wrapper classes but found it tedious and tended to
result in a lack of cohesion through the classes themselves, not to mention
being error prone.

-nathan

[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux