2009.09.14 | |
Code Igniter
EllisLab is pleased to release CodeIgniter version 1.7.2 for ready download. What’s new? Among other changes:
Compatible with PHP 5.3.0
Added a new Cart Class.
Improvements to the Form helper
Added is_php() to Common functions to facilitate PHP version comparisons
Modified show_error() to allow sending of HTTP server response codes, and all internal uses now send proper status codes.
Numerous bug [...]
2009.03.03 | |
Code Igniter
Yeah. Finally i write some post again..
hehe.. This post talk about Tag Cloud on my previous post, but in this post I’ll show you how to integrate it into Code Igniter >> my favorite framework..
First you must create it to you own library..
this is my script:
?View Code PHP< ?php if ( ! defined(’BASEPATH’)) exit(’No direct [...]
2008.10.30 | |
Code Igniter
Today, I got problems to get next auto increment with Code Igniter. In this case, I tried to provide link to view current post page, after users post his blog. For example: blog table contain fields id, title, and body. I used auto increment for id and id as primary key. Users will only fill [...]
I plan to migrate to PHP Framework, but I’m still looking for Framework that i need. I need to make big application for my next project with PHP. I had try cake and code igniter, but I don’t know which better? My lecturer suggest me to use code igniter, but he’s also suggest me to [...]
Do you know about AFLAX?
Someday ago, i Googling for web application framework and I found AFLAX. First, I think this is framework for ajax or something, but after i know AFLAX is Asynchronous Flash and XML.. wow, incredible think=)
AFLAX stands for Asynchronous Flash and XML. Defined simply, Aflax is a development methodology which combines Ajax [...]