Skip to content


Cloning Obullo From Git (new version)

You can use newest version of obullo framework First you need to install your linux machine to git version control system. sudo apt-get install git for rpm based machines yum install git then go your web dir cd /var/www/ now you need to checkout obullo framework and obullo sub modules git clone git://github.com/obullo/framework.git switch to dev branch (we are currently use ...

Obullo Beta RC1 Version Released, Website Launched !!

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 Framework 1.0 Beta Version Released (not stable)

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 ...

Book Review for Zend Framework 1.8 Web Application Development

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

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 ...