Posts

Showing posts from December, 2015

Tutorial dasar CodeIgniter | Wisma Creatif

Image
CodeIgniter itu sebuah Framework Aplikasi CodeIgniter is a toolkit for people who build web applications 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 itu gratis CodeIgniter is licensed under the MIT license so you can use it however you please. For more information please read the license agreement . CodeIgniter itu ringan Truly light weight. The core system requires only a few very small libraries. This is in stark contrast to many frameworks that require significantly more resources. Additional libraries are loaded dynamically upon request, based on your needs for a given process, so the base system is very lean and quite fast. C...