Re: [fw-general] Going to start using ZF

2007-07-22 Thread Nick Lo
Regarding tree structures and databases, there are several solutions for representing trees in a relational database using standard SQL. - path enumeration - nested sets - adjacency lists Here are a few articles that describe how to use these techniques: http://www.onlamp.com/pub/a/onlamp/200

RE: [fw-general] Going to start using ZF

2007-07-21 Thread Bill Karwin
p/1558609202/ Regards, Bill Karwin From: Matt M. [mailto:[EMAIL PROTECTED] Sent: Saturday, July 21, 2007 7:00 AM To: fw-general@lists.zend.com Subject: [fw-general] Going to start using ZF Hi,

[fw-general] Going to start using ZF

2007-07-21 Thread Matt M.
Hi, I'm going to start integrating some of the components into an application I'm building. Specifically, the DB components. I'm using MySQL. If I define my schema using a string, is there an easy/built in way to create the table or update the schema if it's changed? Is there a best practice wh