CodeIgniter: Decision making for creating of library & helper in CodeIgniter
Well the choice comes down to set of functions or class. The choice is almost the same as a instance class verses a static class. If you have just a simply group of functions then you only need to make a group of functions. If these group of functions share a lot of data, then … Read more