Skip to content

sallon88/my_codeigniter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Installation

git clone https://github.com/EllisLab/CodeIgniter.git codeigniter
git clone https://github.com/sallon88/my_codeigniter.git my_codeigniter
rsync -r my_codeigniter/ codeigniter/

Examples

to use smarty

$this->load->library('smarty');
$this->smarty->display('demo', $data);

to use helper D

$this->load->helper('bro');
$model=D('tablename');
$model->find($id);
$model->update();

to use jui, extends MY_Controller,

class Demo extends MY_Controller {
}

About

codeigniter intergrated with smarty, jui, and brophp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published