Hi, Im currently in the early stages of setting up a zf based site. I want to put out a question about where to store different classes. I have object classes (eg a user class with getters and setters), I have factory classes for instantiating the object classes and I have database classes for accessing the database.
What Im wondering is where to save these files? Do they all belong in the models folder, or do just the database classes belong there? I also have a library folder containing the zend framework and my own personal library for the project. Do the object classes and factorys belong in the library folder too? Thanks for the direction :) -- View this message in context: http://www.nabble.com/Where-to-store-classes--Model--tp19875577p19875577.html Sent from the Zend Framework mailing list archive at Nabble.com.
