There’s lots of work and even more thinking about the Zend Framework being done. Proof of that can be found in the first Framework roundup. Interesting reading! Especially the part about Authentication and ACL caught my eye. I’ll definitely be keeping a good eye on the development in that area. The Framework is very promising.
My first observation of the Zend Framework is a negative one. Their wonderful central Zend class allows you to include classes without having to include() or require() them yourselves, and it nicely throws an error if it can’t include the file. Much better than getting an error or having to check for the existance of…
Finally it’s there. The Zend Framework. I’ve taken a quick look and so far it looks really good. It’s just a preview release but if everything will be as this preview is, I do think it’s going to be a very big and useful part of the code I use in my websites. Hopefully a…