Where to put standard functions that reference lib/mod methods |
I was curious, if I wanted to create basic functions that would reference functions inside a library or model, where would be the best place to put it? Just below the class or inside a helper?
I know its common to just throw it below the class, (EG: http://pastebin.com/MGvk4xy4) But I was wondering, (per CI best practices) should these go in a helper instead? Thanks |
Messages In This Thread |
Where to put standard functions that reference lib/mod methods - by jLinux - 08-10-2015, 09:45 PM
RE: Where to put standard functions that reference lib/mod methods - by Wouter60 - 08-10-2015, 11:57 PM
RE: Where to put standard functions that reference lib/mod methods - by mwhitney - 08-11-2015, 06:18 AM
RE: Where to put standard functions that reference lib/mod methods - by Narf - 08-11-2015, 07:39 AM
RE: Where to put standard functions that reference lib/mod methods - by jLinux - 08-11-2015, 11:07 AM
RE: Where to put standard functions that reference lib/mod methods - by Narf - 08-11-2015, 03:55 PM
RE: Where to put standard functions that reference lib/mod methods - by Wouter60 - 08-12-2015, 03:16 AM
|