Categories

Friday, March 29, 2024
#919814419350 therichposts@gmail.com
Codeigniter

How to use sessions and other libraries in codeigniter?

use sessions and other libraries in codeigniter

Hello to all, welcome to therichpost.com. In this post, I will tell you, How to use sessions and other libraries in codeigniter? Codeigniter  is one of the top php mvc framework and growing very faster.
Here we will use sessions and other libraries in Codeigniter controller file:
Controller File:

public function  __construct()
    {
        parent::__construct();
        $this->load->library('session');//session library 
        $this->load->model('Model_Name');//model library 
        $this->load->library('cart');//cart library 
    }

 There are so many things in  codeigniter and I will let you know all. If you have any query then please comment.

therichpost
the authortherichpost
Hello to all. Welcome to therichpost.com. Myself Ajay Malhotra and I am freelance full stack developer. I love coding. I know WordPress, Core php, Angularjs, Angular 14, Angular 15, Angular 16, Angular 17, Bootstrap 5, Nodejs, Laravel, Codeigniter, Shopify, Squarespace, jQuery, Google Map Api, Vuejs, Reactjs, Big commerce etc.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.