New to ZF, question about selects
Hi, I've been programming procedurally for years (maintaining legacy apps) but my company is ready to move forward with oop based apps. I'm interested in ZF since I also use Zend Studio and I think some of the framework is built into Studio.
One of the things that concerns me with any framework is loss of capability over existing code. I join tables with many queries and haven't seen any examples of how to do this in ZF. Also, can I specify the fields I need to select or will all be returned (a la SELECT * FROM)
Last edited by pkbarbiedoll : 07-22-2008 at 11:21 AM.
|