#23 Libraries in CodeIgniter 4

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 ก.พ. 2025
  • What is a Library ?
    A library is a Class which contains collection of methods and properties.
    A Library class will always Provides reusable logic for our application development
    Ci4 is Providing some of the predefined libraries like: session, email, validation, security and more....
    We can also create our own libraries, based on our business requirement
    Where to Load the libraries:
    whatever the library we have( predefined or custom), we have to load them into our controller classes.
    if we want use to library methods, we have to create instance of the library.

ความคิดเห็น • 3

  • @kunchamsatishkumar
    @kunchamsatishkumar 4 ปีที่แล้ว

    Wow
    Wonderful
    Super...👌👌👌👌👌

  • @Naveenautkoor
    @Naveenautkoor 9 หลายเดือนก่อน

    is there any media library for image upload in code igintor4?