Using Zend_Db and multiple tables
- by Yacoby
I have a normalized database that stores locations of files on the internet. A file may have multiple locations spread across different sites. I am storing the urls in two parts (Site.UrlStart, FileLocation.UrlEnd). The UrlEnd is the part unique to that file (for the site).
Simplified Db structure:
I am using Zend_Db as my ORM (If it is that),…