codeigniter How to use the CI libraries and helper?

Help us to keep this website almost Ad Free! It takes only 10 seconds of your time:
> Step 1: Go view our video on YouTube: EF Core Bulk Extensions
> Step 2: And Like the video. BONUS: You can also share it!

Syntax

  1. $this->load->library('library_name');

  2. $this->library_name->function_name();

  3. $this->load->library('cart'); # for helper $this->load->helper('helperName');

  4. $this->cart->insert($Array);



Got any codeigniter Question?