Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Takes advantage of the SPL. Much easier and maintainable than the previous revisions. Haven't done any benchmarks yet but I imagine it is much faster. "If you want to omit directories, remove the RecursiveIteratorIterator::SELF_FIRST part."
3
1079
posted 16 years ago by DrewDouglass
All credit for this snippet goes to Roshan, link is given above.
4
1778
posted 16 years ago by DrewDouglass
More info found in the link above, basically, you can replace the $config['base_url'] to the snippet below and you no longer need to set the base url. Useful for making your application more portable.
7
1651
posted 16 years ago by DrewDouglass
Thanks to James Padolsey for sharing this script with everyone on his blog, link above.
0
975
posted 16 years ago by DrewDouglass
All credit for this code goes to the all mighty Fou-Lou of codingforums.com (link given).
0
2436
posted 16 years ago by DrewDouglass
Combine this with the my compression script and things load real fast. I think I pulled some of this code of a site on google... can't claim complete credit.
0
1364
posted 16 years ago by iloveitaly
A custom compression script I use for auto compression and gzip compression of my css & files. Also allows for 'debug' mode (uncompressed). You simply include the core.css & core.js in your <head>
0
1353
posted 16 years ago by iloveitaly
count(*args)
Count operates using three different approaches.
Count all: By not passing any parameters to count, it will return a count of all the rows for the model.
Count using column: By passing a column name to count, it will return a count of...
1
1248
posted 16 years ago by deschism
Laat 3 seconden de load div zien met daarin de loader gif animatie.
het element met id prijs wordt 3 seconden verborgen.
0
962
posted 16 years ago by epco