How To
29
Jul
2017
MySQL Replication is a method, which uses for sync database two or more replica servers. Typically it's known as "Master-Slave" Replication. (more&hel…
How To
14
Jul
2017
We all know that the Microsoft Office is one of the most popular Office Package because of its interface and user-friendly tools. Also, we all know th…
How To
23
Jun
2017
It is about Install Laravel. Laravel is a free, open-source PHP web framework, created by Taylor Otwell and intended for the development of web applic…
CodeIgniter
11
Jun
2017
In this tutorial, we are discussing "Form Helper" In CodeIgniter. We generally use a form to collect input from the user and store it either database…
CodeIgniter
21
May
2017
Creating your own libraries: You can easily create your own libraries. The first step in creating a library is to create a file inside the System/appl…
CodeIgniter
9
May
2017
CodeIgniter library: A CodeIgniter library is simply a class file that abstracts functionality into easy-to-use functions that take much of the strain…
CodeIgniter
15
Apr
2017
Route configuration generally used for remapping URL string. Typically there is a one-to-one relationship between an URL string and its corresponding …
CodeIgniter
19
Mar
2017
Everyone should want to remove trailing index php from URL after installing CodeIgniter. Removing Index.php from URL, it looks clean and more search e…
CodeIgniter
13
Mar
2017
In continuation of CodeIgniter configuration, in this tutorial, we are going to configure Base URL for a web application (more…)…
CodeIgniter
21
Feb
2017
In continuation of basic configuration tutorial, now we are going to configure our database for the web application. The database is most important (B…