bswinnerton / babblings-php

The code that powered http://babblin.gs. Has since been updated to https://github.com/bswinnerton/babblings
http://babblin.gs
0 stars 0 forks source link

format helper should be class #28

Closed bswinnerton closed 12 years ago

bswinnerton commented 12 years ago

application/helpers/format_helper.php

bswinnerton commented 12 years ago

http://codeigniter.com/user_guide/general/helpers.html:

"Unlike most other systems in CodeIgniter, Helpers are not written in an Object Oriented format. They are simple, procedural functions. Each helper function performs one specific task, with no dependence on other functions."