Tag: model
-
Custom helper in Codeigniter
Hello Readers, I hope you all are doing well! This blog is about to create custom helper in Codeigniter(CI). Before we start, we need to understand the definition of Helper and Library in CI. Helper: Helper contains setup of functions which you can directly access in Model, View, Controllers without creating an object/instance. E.g URL,…