Recently i read this book.The book telling about creating a zend framework project, installation and web development with zend tools. I think this book especially for the beginners who want begin a project with Zend Framework.
After the reading you will learn many things about Zend, the book tells extensively Zend framework ...
Writing a Php5 Mvc Framework Part 6: Flexible db connection, Load Css and Js files,
Creating Front Controller, doing Method Overridding and Obullo style writing
Forget all other old parts because of ssc pattern is depreciated, very silly think ! Because of it has got a lot of disadvantages, but take it easy we ...
Alpha 4 version Core Changes:
added internal javascript and css manager loader::css, loader::base_css, loader::base_js();,loader::js, loader::script();, loader::base_script();
Changed loader::base_library(); function as base.
added __autoloader to User.php for loading automatically library, model and helper files
changed directory structure , deprecated loader::view(, true) true boolean (fetch as string) and added loader::fetch(), loader::base_fetch(); functions.
added tag builder to ...
1.1 version changes.
function and class no param bug fixed.
Download easyrest 1.1 beta from google code:
http://code.google.com/p/easyrest/
How to use easyrest look at this article:
http://develturk.com/2009/08/17/easyrest-rest-framework-10-released-client-and-server-library/
Alpha 3 version Core Changes:
- common.php register_base(); and register(); functions changed.
- OB_DB_active_record class integrated to Obullo DB Class (added CRUD operations Insert, Update, Delete)
- router works like this from now on : /directory/controller/method/params
- /controllers directory structure completely changed
- added /application/resources and /base/views directories
- added new loader functions: ...