27 October 2007

Quick review: Zend Studio Neon Beta

Just managed to download the Neon Beta. I've never used eclipse before, so I was quite excited (and tore off the christmas wrapping vigorously). Spent a couple of minutes playing and was quite impressed. It seems to do everything Zend Studio does and more. Its not kludgy as I expected, once loaded the menu and tools are very responsive.
Much tighter integration with Zend Framework. For instance choosing a "new zend framework project" creates the entire MVC file structure for you, plus Index and Error controllers. Click new controller/model/view from the menu and you are prompted for the name and the new file is created for you in the correct location.

Same type of integration is provided for PHP Unit test cases and suits. The other extra features:

- more advanced HTML editor with pane to set element properties
- refactoring, ofcourse
- ability to set tasks for active pages
- complete log of change history per page

The standard Zend Studio Pro features are also included:
- Remote debugging
- Zend Platform events
- SQL and FTP integration

Labels: ,

23 October 2007

PHP/FI 2.0

was surprised to see you can still find the PHP/FI documentation. This is for v2.0, the predecessor to the famous PHP3

http://www.php.net/manual/phpfi2.php#history


Also tracked down old Rasmus Lerdorf, the original creator of PHP/FI. His resume is very interesting reading:

http://www.lerdorf.on.ca/

Labels: ,

19 October 2007

Watefall software development model

Very informative account of the "Waterfall model" the history, the flaws and improvements.

http://en.wikipedia.org/wiki/Waterfall_model

also list of other documented models:

http://en.wikipedia.org/wiki/Waterfall_model#See_also

Labels: , ,