Skip to content

Instantly share code, notes, and snippets.

@mhujer
Created May 19, 2012 12:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mhujer/2730719 to your computer and use it in GitHub Desktop.
Save mhujer/2730719 to your computer and use it in GitHub Desktop.
Found 6 Zend Framework issues during ZF training
Hi.
On this Thursday and Friday (17th and 18th May 2012), I was giving Zend Framework training. We went through all the stuff necessary for creating ZF apps. Surprisingly, even in those often basic features, my students or me found some issues:
1) http://framework.zend.com/issues/browse/ZF-10690 this one was fixed just in ZF2, but not in ZF 1 trunk (and was marked as Resolved)
2) http://framework.zend.com/issues/browse/ZF-10803 We stumbled accross this one when working on simple decorators
3) http://framework.zend.com/issues/browse/ZF-8211 When we created a base controller, Zend_Tool stopped working (this was also "Resolved")
4) http://framework.zend.com/issues/browse/ZF-12213 During practice of writing own validators, one student was getting erorrs, beacuse of usage of $this->_error() without parameters. He said he copied this part from manual :)
5) http://framework.zend.com/issues/browse/ZF-12214 When setting up basic file cache, we stumbled accross not very good error message when invalid directory is provided as a cache directory.
6) http://framework.zend.com/issues/browse/ZF-12215 And I spotted some minor typos in doclocks, when showing, how useful it may be to check the ZF code instead of docs.
When I have a little more time, I'll try to provide patches to the issues when they aren't yet. (I've promised them I'll do my best to get those fixed in upcoming ZF 1.12)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment