<<<<<<< HEAD <<<<<<< HEAD
Setup ready to use CodeIgniter framework with:
Set up application/config/config.php and application/config/database.php for your needs.
Load RedBean library adding it on autoload.php, example:
$autoload['libraries'] = array('rb');
Or load RedBean library in any controller, example:
$this->load->library('rb');
You can use RedBean API in your controller:
R::debug(TRUE);
Examples:
// New bean
$post = R::dispense('post');
// Load bean by id
$post = R::load('post', 1);
// Find all beans
$posts = R::find('post');
// Find beans
$posts = R::find('post', 'published = 1');
// Save bean
R::store($post);
With HMVC you can build your application modulair.
You can find the standard welcome page in:
/application/modules/welcome/controllers/welcome.php
- CodeIgniter user guide
- HMVC detail page
- RedBean manual
- RedBean forum ======= cd4 ===
cd4 LIMS system for Tanzania
5c55f16927783375227cee369ffc6b75907e6742 ======= CD4 ===
CD4 LIMS TANZANIA
8b4195f225cf9d15c6f9d8b7630827a6ea84fb04