What helpers/libraries do you find yourself using that aren't included with codeigniter? |
[eluser]n0xie[/eluser]
Where I normally start with after a clean checkout from CI is our in-house Auth library (just because I know it by hearth), usually 3 base controllers to replace MY_Controller (front-end, back-end, admin), some custom helpers (data sanitation, date/time) I have gotten used to, an MY_Model based on this and our in-house MY_Router to have some extra routing 'magic'. Other than that it's pretty much a basic install: usually I just extend some core feature to suit my personal preference, which is imho one of the greatest strengths of CodeIgniter in general. |
Messages In This Thread |
What helpers/libraries do you find yourself using that aren't included with codeigniter? - by El Forum - 07-02-2009, 03:36 PM
What helpers/libraries do you find yourself using that aren't included with codeigniter? - by El Forum - 07-02-2009, 05:03 PM
What helpers/libraries do you find yourself using that aren't included with codeigniter? - by El Forum - 07-03-2009, 02:50 AM
What helpers/libraries do you find yourself using that aren't included with codeigniter? - by El Forum - 07-04-2009, 08:59 AM
What helpers/libraries do you find yourself using that aren't included with codeigniter? - by El Forum - 07-06-2009, 05:19 AM
What helpers/libraries do you find yourself using that aren't included with codeigniter? - by El Forum - 09-18-2009, 12:41 PM
What helpers/libraries do you find yourself using that aren't included with codeigniter? - by El Forum - 09-19-2009, 05:30 AM
|