Zend Framework Relations vs. Table Select

Posted by rtmilker on Stack Overflow See other posts from Stack Overflow or by rtmilker
Published on 2010-04-24T10:55:39Z Indexed on 2010/04/24 11:03 UTC
Read the original article Hit count: 225

Filed under:
|
|
|

Hey! I just want to know your guys opinion on using join tables within the zend framework.

Of course you can use relations by defining a referenceMap and dependentTables and stuff, or using

setIntegrityCheck(false)

within a db select(). The setIntegrityCheck version seems a little bit dirty to me, but the other version is not very suitable for big querys and joining many tables...

I'm a PHP developer for 5 years now and new to the zend framework and just want get a direction for my first project.

Thanks!!!

© Stack Overflow or respective owner

Related posts about zend-framework

Related posts about php