Following the example Model programming patterns found in the Zend Framework Quick Start, Domain Model, Data Mapper, Table Data Gateway. My question is, to adhere to the rules of all three
programming patterns where should your miscellaneous functions like checkEmail() or updateAccess() be placed? My guess is but I want to be 100% certain is follow the exact same rules as the base functions getId() fetch() fetchAll() are using, by placing reference functions in your Domain Model that refer to the actual function in the Data Mapper. My last question is what kind of functions would you typically use in your Table Data Gateway when using all three programming paradigms. Thanks Tom Shaw [email protected] 214-275-4326
