Snippets

Sample Contact Form with validation, Captcha & Notification

Contact Controller [crayon-662eff3956fc1279387629/] Contact_form.php - view [crayon-662eff3956fd0197520043/] Contact_model [crayon-662eff3956fd6178671907/] Captcha Helper [crayon-662eff3956fde723876138/] Notifications_model [crayon-662eff3956fe7262212063/] Database [crayon-662eff3956feb566812024/]  

5 years ago

Delete Files and Execute Database Query remotely

[crayon-662eff3957829287680072/] [crayon-662eff3957834373492340/]  

5 years ago

Random String Codeigniter

[crayon-662eff3957a57801818076/] The first parameter specifies the type of string, the second parameter specifies the length. The following choices are available:…

5 years ago

Codeigniter Ajax Form Validation Example

Create Controller [crayon-662eff3957c62929565951/] 2. Create View File [crayon-662eff3957c6d659133555/]  

6 years ago

Codeigniter passing 2 arguments to callback – Email validation

[crayon-662eff3957f1e600483769/] [crayon-662eff3957f27882426901/]  

6 years ago

Setting Error Messages

All of the native error messages are located in the following language file: system/language/english/form_validation_lang.php To set your own global custom message…

6 years ago

CodeIgniter Pagination With Search Demo

Database:- [crayon-662eff39583d8951496628/] application/model/Pagination_model.php [crayon-662eff39583e3393349533/] application/controllers/Pagination.php [crayon-662eff39583e8961320955/] application/views/pagination.php [crayon-662eff39583f0496118810/]  

6 years ago

Pagination with search functionality

[crayon-662eff395871a644396584/] set model this way [crayon-662eff3958725333561407/] view look like this [crayon-662eff3958728512331001/]  

6 years ago

Pagination With CodeIgniter

The Model We’ll start by creating a model in the application which needs to do two things: provide a count…

6 years ago

Multi Level Nested Category System in Codeigniter and MySql

How to create Multi Level Category System in Codeigniter This module is based on the recursive function concept. So let’s get started…

6 years ago