Welcome To Snipplr
Everyone's Recent PHP Snippets Tagged codeigniter
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
This is a common model used to run some common functions like CRUD functions, get reference data from table, check for dependencies etc. So in other model, we don't have to add those function repeatedly
0
1377
posted 10 years ago by invtr
This is a list of county name which is generated in php and how to echo it in Codeigniter way. Hope this help!
0
1827
posted 12 years ago by jquery404
Just an example showing how to minimise the mixture of HTML and PHP in a view.
0
923
posted 12 years ago by JonnySnip3r
This is a useful class which utilizes Phil Sturgeon's helpful restclient (http://getsparks.org/packages/restclient/versions/HEAD/show). Reference the URL attached for PinnacleCart API docs.
Example request URLs to get products and categories:
#...
0
1277
posted 12 years ago by crypticsoft
when someone trying to or two conditions using active record database library in codeigniter
0
1082
posted 13 years ago by pruntrut
At line 220 you should see the the start if an if block. This is the section that needs to be edited. I added the foreach block to itterate over the data array and create links in the table cells.
0
1148
posted 13 years ago by jdhall75
Template for for Codeigniter calendar class. Modified from default for css styling and multiple events per table cell.
0
1095
posted 13 years ago by jdhall75
Basically, a simple way to use a templating system in
CodeIgniter. In your data array, add a view as the value for content. Pass that to the view, then print the $content variable in the view.
0
925
posted 13 years ago by nielsenrc
I am having a bit of trouble figuring out what goes where in my application. I guess this is something of a fundamental lack of understanding I have, and I'm hoping somebody might be able to clear things up. This is all very much pseudo code.
In...
0
972
posted 13 years ago by shoelessone
Using the bootstrap provided by http://jonathonhill.net/codeigniter/cron/
0
639
posted 14 years ago by littlebird