"Codeigniter 3 tutorial step by step in Hindi" is a video series for beginners who want to learn the Codeigniter framework from scratch.
This video series is perfect for the beginners who want to learn from scratch, during the video series I will cover most of the topics of Codeigniter framework.
In this video, I have explained about Codeigniter Active Record Class. After going through this video you will understand the benefits of Active Record Class. I also explained how to use different methods of active record class, you can get the full documentation of Active Record class on Codeigniter official website.
"Codeigniter tutorial for beginners step by step in Hindi 2020" is a video series for beginners who want to learn the Codeigniter framework from scratch. This Codeigniter tutorial video series is perfect for beginners who want to learn from scratch, during the video series I will cover most of the topics of Codeigniter framework. Topic:- In this video, I have explained about get_insance() method. In Codeigniter custom libraries or custom helpers, you will not be able to access Codeigniter resources using $this super object. For this situation, we use &get_insance() and it returns a reference of the super object Syntax $CI = & get_insance(); Now we are able to access Codeigniter resources the way given below:- $CI→load→library(''yourLibraryName'); $CI→yourLibraryName→yourMethod()
Comments
Post a Comment