Prithvi Information Solutions Web Software development Development Decoded
Home Products Allmostapp Testimonials About Us
one pix | |
Celeroo Frame Manual   Getting Started
Getting Started
Basic Concepts 
URL Routing 
The Administration Dispatcher
Libraries and Helpers Reference
The Simple GuestBook MVC Example
FAQ
 
Download Celeroo Frame
A flexible PHP framework
 
 
If you have basic experience with PHP, MySQL and object oriented programming, doing

rapid web based php application development

with Celeroo Frame will take minimal effort. Just follow these easy steps:
  1. Download Celeroo Frame
  2. Install the framework
  3. Configure
  4. Read the basic concepts and start your work
Installation 
  1. Upload the files to your host
  2. Change the mode of inc/db_login.inc.php  to 0777 (chmod 0777 is not required on windows)
  3. Run install.php from your browser, fill the details and hit the button
It's done. It's good idea to change the mode of inc/db_login.inc.php back to 0755 and delete install.php

Configuration 
Don't expect to see big configuration screens. Almost everything was done during installation. There is one file that you can optionally change to configure your system - it's called defines.inc.php and is located in "inc" folder. There is mostly 1 thing to set up there: 
  1. Table prefix and table names. Celeroo Frame encourages using variables for the table names so if your system has to be moved on a different host and the table prefix needs to be changed (due to conflict with existing tables) you don't have to rewrite the code. Besides that our style of naming the variables is very intuitive and makes the table names stand out in the code. If you don't plan to write SQL queries, but rely entirely on the model methods, you can skip this step.
That's it. If you want to define constants in your application, check the settings table and see how SITE_URL is defined. You can add unlimited records to the table and the constants will be available thru the entire application.

Read through the rest of the manual and enjoy

rapid web based php application development

with Celeroo Frame.
 
Next
 

Need Help? Click here to send us your queries on the framework and/or the manual, and we will respond promptly.
 
Who We Are | Contact Us
All Rights Reserved. Copyright © 2008 - Prithvi Information Solutions Limited.