CodeIgniter

Angular tutorial with CodeIgniter RESTful API – part 1

codeigniter restful api with angular

Last updated:1st May, 2022Angular tutorial with CodeIgniter and MySQL Now a days modern JavaScript frameworks like Angular, Reactjs and Vuejs are widely used by developers. With these frameworks, server side languages like php, python and ASP.NET are very popular among developers. In this two part Angular tutorial with CodeIgniter RESTful API, we will work in CodeIgniter RESTful API. We will …

Read More »

How to create a multilingual website in codeigniter – beginner tutorial

multilingual website using code igniter - featured image

Last updated:28th March, 2021Multilingual website in codeigniter Now a days organizations create multilingual websites to serve users in different geographic regions. In this tutorial, you will learn, how to create a multilingual website in codeigniter. In previous tutorial you have learnt how to create a website using  NodeJS and hapi framework.  To read more about codeigniter tutorials, visit our codeigniter …

Read More »

How to create RESTful web services in codeigniter

restful web services in codeigniter

Last updated:24th April, 2021RESTful web services in codeigniter RESTful web services are a way of communication among computer systems. REST services are based on REST architecture. World wide web has resources like images, videos, web pages and other business information. Web service clients use URIs to request these resources. Response to the web service request can be in JSON, HTML, …

Read More »

How to watermark images using codeigniter php framework

Watermark images using codeigniter

Last updated:6th May, 2017How to watermark images using codeigniter Codeigniter is very popular MVC php framework. Images can be processed very easily in codeigniter. In previous tutorials we discussed basics of GD library in php and codeigniter file upload. But if you need to upload and manipulate images like crop, rotate, resize or watermark images using codeigniter, this article explains …

Read More »

How to zip, save and download a file in codeigniter

Codeigniter zip, save and download a file

Last updated:1st May, 2021How to zip, save, download a file in codeigniter In this article we are going to see how to zip, save, download a file in codeigniter PHP framework. CodeIgniter is a very popular PHP framework. A previous article is about how to upload  a file using codeigniter PHP framework. CodeIgniter framework you can do many tasks very …

Read More »

codeigniter file upload example

Codeigniter file upload example

Last updated:31st August, 2018 Codeigniter file upload example Codeigniter is a light weight MVC based PHP framework. It is very popular in web development community. Codeigniter is widely used to perform different types of tasks. File upload in codeigniter is very easy and in this article we will see codeigniter file upload example. Codeigniter can be downloaded from https://www.codeigniter.com/download.  After downloading unzip …

Read More »