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: |
- Download Celeroo Frame
- Install the framework
- Configure
- Read the basic concepts and start your work
|
| Installation |
- Upload the files to your host
- Change the mode of inc/db_login.inc.php
to 0777 (chmod 0777 is not required on windows)
- 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: |
- 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. |
| |
|
 |
|
| Need
Help? Click
here to send us your queries on the framework
and/or the manual, and we will respond
promptly. |
| |