Code Igniter Trick : How to call Function inside a View

Code Igniter is MVC, that a thing that all people know. That make it is a bad idea to call a function from controller or model. The only function that available is the one from helper. But you can use a function inside a model actually :D. Okey, lets explore those choiches : Using FunctionContinue reading “Code Igniter Trick : How to call Function inside a View”