Tuesday, 13 March 2007
Zend.php No More Available |
| |
|
| |
Rob Allen in a post over the Agora blog informs you that Zend.php file along with its Zend class is no more available. He says new classes have been added to the newer version, which are as follows:
Zend_Loader (holds loadClass(), loadFile() etc.)Zend_Debug (holds dump())Zend_Version (holds VERSION constant and compareVersion())Zend_Registry now has a static getInstance() method
He informs you that the static filter methods in Zend_Filter are gone to be replaced with the Zend_Validate and Zend_Filter family of classes. Now, each filter is its own class and you can chain them together using the new Zend_Filter class. He has also updated the subversion code of his tutorial to work with the latest SVN of the Framework.
In the newer version he has removed the dependency on hard-coded URLs for the CSS files, href and form method attributes. He now uses getBaseUrl() to collect the correct path so it enables to run the tutorial from any directory.
|
| |
|
Read the Post
|
| |
|
|
| |
|
|
| |
|