Razorpay Subscription

Posted on: Friday December 30, 2022

Razorpay Subscription or subscription in Razorpay Payment Gateway integration is not so easy if you want to implement it in your custom project rather than WordPress, Shopify or any other e-commerce [...]

Read More

CodeIgniter Form Validation Rules

Posted on: Friday July 15, 2022

Rule Reference The following is a list of all the native rules that are available to use: Rule Parameter Description Example required No Returns FALSE if the form element is empty. matches Yes [...]

Read More

Database Configuration in Codeigniter

Posted on: Friday December 18, 2015

CodeIgniter has a config file that lets you store your database connection values (username, password, database name, etc.). The config file is located at application/config/database.php. You can [...]

Read More

SEO Friendly URL in Codeigniter

Posted on: Friday December 18, 2015

 Open ‘application\config\routes.php’ Add these line to routers.php:[crayon-671e36807e1f6773324807/]   Open ‘application\controllers’ Folder and Create a File [...]

Read More

Theme Setup In Codeigniter

Posted on: Friday December 18, 2015

Creating Views We’re going to create a couple of templates to wrap our views with to keep our code DRY. Create a directory named ‘templates’ in your ‘application/views/’ directory and [...]

Read More

Step1: Installing Codeigniter

Posted on: Thursday December 17, 2015

Download https://www.codeigniter.com/download Extract Folder and Paste in (xampp/htdocs). and rename it to “CodeIgniter“. Now open (htdocs\CodeIgniter\application\controllers) Folder [...]

Read More