Filename : codeigniter4-datatables-basic.zip File Size : 4 KB Link Article : (CodeIgniter 4) Server-side DataTables very easy with CodeIgniter4-DataTables Librarydr Link Download : Google Drive
(CodeIgniter 4) Server-side DataTables Library. Very easy with CodeIgniter4-DataTables Library
Hello everyone 😁. Long time no writting to this blog. And sorry if I don’t reply so many comments. Because busy with other thing and jobs. (actually not busy. just pretending to be busy lol) just let’s start. I’ve created a library to make it easier to implement the server-side DataTable in codeIgniter4. I’ve share the code to GitHub . Here I want to make a small tutorial how to use. Maybe I will not too detail like previous article. But I’ll try as easy to understand as possible. Requirement : CodeIgniter 4.x jQuery jQuery DataTables 1.10.x CodeIgniter4-DataTables Library Database and
Download – (PHP) Source Code Simple Google reCAPTCHA
Filename : google_recaptcha.zip File Size : 23 KB Link Article : (PHP) Tutorial How to implement simple Google reCAPTCHA on your form Link Download : MediaFire | Zippyshare | Google Drive
(PHP) Tutorial How to implement simple Google reCAPTCHA on your form
Screenshot : Required and Included on this source : Bootstrap.css (just for styling) Register reCAPTCHA from Google open google reCAPTCHA admin page to register a new site https://www.google.com/recaptcha/admin Register your site, choose the type of reCAPTCHA V2. Enter your domain list that using this reCAPTCHA, you can add more than 1 domain here. Then Click Register. After that. You will get Site key and Secret Key. Site Key is for client side. Secret Key is for server side Source Code index.php (client side) submit.php (server side) nb: replace YOUR_SITE_KEY and YOUR_SECRET_KEY
(Codeigniter) Server-side DataTables Bootstrap with Custom Filter
Screenshot : Required and Included on this source : PHP+ MySQL or you may use XAMPP –> Download Codeigniter 3.1.0 –> Download jQuery 2.2.3 –> Download Bootstrap 3.3.7 –> Download DataTables 1.10.12 –> Download Database and Query : or you can download sample data here : example.sql Configuring Codeigniter : assets folder structure : Routing path : config/route.php Base URL Cofig (required if using Codeigniter 3.0.3 or later) path : config/config.php see for dynamic base_url : Dynamic base_url() and site_url() Codeigniter 3.0.3 + Source Code model : Customers_model.php path : application/models/Customers_model.php Controller Customers.php path : applications/controllers/Customers.php
Download Source Code – (Codeigniter) Server-side DataTables with Custom Filter
Filename : serverside_datatables_custom_filter.zip File Size : 1.03 MB Link Article : (Codeigniter) Server-side DataTables with Custom Filter Link Download : MediaFire | Zippyshare | Google Drive
(Codeigniter) Simple Server-side DataTables Bootstrap with ColVis (Column Visibility Extension)
Screenshot : Required and Included on this source : PHP+ MySQL or you may use XAMPP –> Download Codeigniter 3.1.0 –> Download jQuery 2.2.3 –> Download Bootstrap 3.3.7 –> Download DataTables 1.10.12 –> Download dataTables.colVis.css –> Download dataTables.colVis.js –> Download dataTables colVis site –> https://datatables.net/extensions/colvis Database and Query : or you can download sample data here : example.sql Configuring Codeigniter : assets folder structure : Routing path : config/route.php Base URL Cofig (required if using Codeigniter 3.0.3 or later) path : config/config.php see for dynamic base_url : Dynamic base_url() and site_url() Codeigniter 3.0.3 + Source Code model :
Download Source Code – (Codeigniter) Server-side DataTables ColVis (Column Visibility Extension)
Filename : serverside_datatables_colvis.zip File Size : 1.03 MB Link Article : (Codeigniter) Server-side DataTables ColVis (Column Visibility Extension) Link Download : MediaFire | Zippyshare | Google Drive
Download Source Code – (Codeigniter) Simple Server-side Datatables bootstrap style example
Filename : serverside_datatables_bootstrap.zip File Size : 1.03 MB Link Article : (Codeigniter) Simple Server-side Datatables bootstrap style example Link Download : MediaFire | Zippyshare | Google Drive
Download Source Code – (Codeigniter) Ajax CRUD using Bootstrap modals and DataTables with Bulk Delete
Filename : ajax_crud_datatables_bulk_delete.zip File Size : 1.05 MB Link Article : (Codeigniter) Ajax CRUD using Bootstrap modals and DataTables with Bulk Delete Link Download : MediaFire | Zippyshare | Google Drive