PHP

ZEND FRAMEWORK 1.10 IS OUT!

Zend Framework 1.10 is out, and with it a bunch of new features, and for once… the documentation is VERY helpful! For those having problems getting their head around Zend_Acl check out this tutorial… http://framework.zend.com/manual/en/learning.multiuser.authorization.html

Eclipse Shortcuts

Right clicking to create new table classes in Zend Studio for Eclipse can get very annoying. The best solution is to create shortcut for it. To do this:

  1. open up preferences (cmd + , if you’re on a mac).
  2. type in “keys” without the quotation marks.
  3. to the right enter “Zend Table” into the “type filter text” field.
  4. You’ll see the “New (New Wizard: Zend Table)” command.
  5. Click on it
  6. Click on the binding text box and press your command keys.

Hope that speeds things up a little!