Learn CodeIgniter (v3.1.10) Framework Beginners Tutorial #29 -Native Library in Custom Library

preview_player
Показать описание
In this video session we have discussed about

USE OF NATIVE LIBRARY IN CUSTOM LIBRARY IN CODEIGNITER

Creating Libraries
==================

Custom Libraries are those libraries which makes application more functional.

How can we create
==================
1. Custom libraries are created inside /libraries folder within application folder.

2. Library file names must have naming convention

2. Class declarations must be capitalized. For example: class Myclass
3. Class names and file names must match.

How can we call
==================
1. Loading to controller: $this-load-library("library_name");

2. Calling methods: $this-library_name-methods

In CodeIgniter Application
===========================

1. We can create entirely new libraries.

2. We can use native libraries in custom libraries.

3. We can extend native libraries.

SOCIAL :
===============

Other Tutorials
===============
Wordpress Customizations:
---------------------------------
and many more...

Javascript framework:
----------------------------------

PHP Frameworks:
----------------------------------

Tags
===================
Learn Codeigniter,
Learn Codeigniter from scratch,
Learn Codeigniter for beginners step by step,
CodeIgniter Tutorial,
Learn Codeigniter Tutorial from scratch,
CodeIgniter for beginners,
CodeIgniter 3.1.10 tutorials for beginners,
Online Web Tutor Sanjay,
Online Web tutor Profotech Solutions,
Learn CodeIgniter Development from scratch,
CodeIgniter Beginners tutorial,
Online Web Tutor CodeIgniter Tutorials,

Thanks
Online Web Tutor
Keep learning and Sharing :)
Рекомендации по теме
Комментарии
Автор

Nice tutorial brother ! We need more tutorials about codeigniter with projects. Thank you very much, keep it up !

programmersohan
Автор

Great Great tutorial, Thank you very much

ahmad-saleh
Автор

Can't we just extend the custom library like...Customlibrary extends CI_Library?

vinzanity
join shbcf.ru