I haven't found a CRUD tutorial that works for me so I am trying to use a class that I have from my pre-Zend days. It basically writes out the values from a form $_POST into a format that can be used to be entered into the database.
My question is how can I use the class in all my model controllers without having to declare it as a new class in every controller method ? -- View this message in context: http://www.nabble.com/How-to-use-a-class-in-all-model-controllers-tp19502204p19502204.html Sent from the Zend Framework mailing list archive at Nabble.com.
