A new php framework joined to Internet World ! After the beta version tests We released new Beta 1.0 RC1 version.
Documentation ready ! and Website Launched !
Click the link and Go obullo.com
Enjoy it !
[caption id="attachment_281" align="alignnone" width="194" caption="Obullo Framework"][/caption]
Obullo is a Php5 Lightweight MVC based solution for the PHP Coders who need
a simple web toolkit to create full-featured fast web applications.
It focuses on being simplicity , readability , performance and writing speed ,
well documented and easy to use,
while solving problems intrinsic to web development.
Why Obullo Fast ?
Obullo use PHP5 static ...
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 ...