Chelvi is object oriented cute PHP5 framework for creating web applications. The objective is to help developers to create web applications without restricting their ideas.
Chelvi is a Kannada word(South Indian Language) which means Beautiful girl.
News
[29-May-2009] Chelvi v0.0.1 released. This is the first release of Chelvi. Download Chelvi from Here
Hello World!
As usual we will also start with Hello World example. Create a file index.php in your web root with following lines.
<?php require_once 'chelvi.php'; class myProject{ function home(){ return "Hello World"; } } chelvi::start(new myProject()); ?>Read documentation for more examples


