[Zend Framework] How to fetch data from another table within a Zend_Db model class?
- by rasouza
I have two tables registries and names. Consequently, I have two model classes. I'm coding a method in registries model and I need to fetch all names in the names table/model. How'd I do it?
Should a simple new Names() work? But, is it recommended?