I've used Zend Framework for mid size sites,
but I'm now planning to use it for a much bigger one.

- Is there a good guide for design patterns and object oriented code in zend framework?

Some thoughts I'd like answers to:
- Where should I put classes that extend framework code?
- Where should I put classes and methods that I can use in both controllers, views and view helpers? (And what's the best way to do that?) - Can I make a view helper or a view method that inherits $this ? (can be good for recurse-rendering trees etc)
- Best way to combine stored procedures, zend models and version control


regards
Anders

Reply via email to