August 2016

codeigniter-hooks
Posted by | August 13, 2016
Getting started with CodeIgniter Hook

 Getting started with CodeIgniter Hook:- CodeIgniter provides one feature called “Hook” that can tap into and modify the inner workings of the framework without hacking the core files. For example,...

Continue Reading
db-transaction-codeigniter
Posted by | August 13, 2016
DB Transaction with CodeIgniter

Transaction in CodeIgniter CodeIgniter's database abstraction allows you to use transactions with databases that support transaction-safe table types. In MySql, InnoDB table type provides support for transaction. CodeIgniter facilitates developers...

Continue Reading