In this post, I would like to show you saving config data in the database in your CodeIgniter application. And I will show you, How…
Leave a CommentCategory: CodeIgniter
CodeIgniter is an Application Development Framework – a toolkit – for people who build web sites using PHP. Its goal is to enable you to develop projects much faster than you could if you were writing code from scratch, by providing a rich set of libraries for commonly needed tasks, as well as a simple interface and logical structure to access these libraries. CodeIgniter lets you creatively focus on your project by minimizing the amount of code needed for a given task.
CodeIgniter natively support storing session in the database. You do not need to do any changes in code, just a few configurations and it will…
1 CommentWe are going to discuss how to upload files to the remote server in CodeIgniter using CI’s FTP library. This library has limitations – SFTP…
4 CommentsOften, you’ll find yourself in situations, where you want to pass some server-side string/array/whatever to your JavaScript. Traditionally, this can be a bit of a…
2 CommentsCodeIgniter permits you to override its default routing behavior through the use of the _remap() function. As you already knew the second segment of the…
1 CommentCodeigniter didn’t provide an option to use subqueries with active record class. So today I would like to provide simple and possible comprehensive techniques on…
4 CommentsIn this Codeigniter tutorial, I will show you how to use Uplodify(HTML5 or Flash Multiple File Upload jQuery Plugin Script) in your CodeIgniter application. If…
22 CommentsIn this CodeIgniter tutorial, I will show you how to fetch data from database using model, view, controller approach. As usual, we need need to…
45 CommentsHere is the simple script to check live username or email availability using jQuery’s Ajax method in CodeIgniter. you can also apply this logic/method to…
2 CommentsCodeIgniter default environment is development and so error reporting by default in turn on state, if you want to turn off reporting then change the…
2 CommentsI am gonna use CodeIgniter’s active record class to generate Join Queries in this tutorial. Because by using AR class we can write complex joins…
18 CommentsIn this post, I will show you how to insert multiple rows in CodeIgniter by using CI’s active records library. CI active record has a…
6 CommentsYou can easily watermark images in CodeIgniter by using CI’s image manipulation class. In CI Watermarking is only available using the GD/GD2 library. CI’s image…
21 CommentsComposer: Composer is an application-level dependency manager for the PHP programming language that provides a standard format for managing dependencies of PHP software and required…
8 CommentsPHPExcel is a pure PHP library for reading and writing spreadsheet files and CodeIgniter is one of the well-known PHP MVC Frameworks. In this tutorial,…
86 Comments