Welcome Guest, Not a member yet? Register   Sign In
Library for codeigniter 3.1.5
#1

Hello everyone, 
I am new. 
where can i find the libraries? for example the listview.php listview_helper.php and so on. I am using codeigniter 3.1.5

Thanks
Reply
#2

There are no "listview" files in the Codeigniter framework. The libraries and helpers are all in subfolders of the "system " folder. You might want to spend some time reading the official documentation at https://www.codeigniter.com/user_guide/
Reply
#3

CodeIgniter libraries & helpers are inside system/libraries & system/helpers if they are provided as part of the framework.
If you are adding your own, they go inside the same named folders but inside application/
Reply
#4

(09-06-2017, 10:05 PM)ciadmin Wrote: CodeIgniter libraries & helpers are inside system/libraries & system/helpers if they are provided as part of the framework.
If you are adding your own, they go inside the same named folders but inside application/

Thank you.
I've seen the pagination and table libraries.
is ther a library to manages CRUD operation on a db table?
Reply
#5

It is easy to add your own libraries and it should be under application/libraries.
For quick crud, you can use https://www.grocerycrud.com/ and it is CI ready. Read the doc
and try it, it is simple to use however if you try a large table with many rows (>10000)
then you may run into problem. I only use this approach for lesser row table and use datatable
(another table library for jquery). It works well and support large tables

Good luck
Reply




Theme © iAndrew 2016 - Forum software by © MyBB