Tag Archives: PHP

SPLIT() function no longer available on PHP 5.3

Ok, I tried to review my last application on PHP after I didn’t touch it for a month. I have ne XAMPP with PHP 5.3 installed on my MAC OS but i don’t know what happen.. In my application just shown PHP error message.
Wew..
It’s caused by
“SPLIT() function has been DEPRECATED as of PHP 5.3.0 and [...]

Try Templating On Code Igniter

Today, I’ve refreshing with CRUD on CI and now I get learn parser library on Code Igniter. I think it’s bery useful to make more complex website. Just read parser on Code Igniter user guide and read about parser library.
There are simple example on it. The Template Parser Class enables you to parse pseudo-variables contained [...]

Code Igniter 1.7.2 Released

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 [...]

Create Redirect With Search Engine Friendly

301 Redirect
301 redirect is the most efficient and Search Engine Friendly method for webpage redirection. It’s not that hard to implement and it should preserve your search engine rankings for that particular page. If you have to change file names or move pages around, it’s the safest option. The code “301″ is interpreted as “moved [...]

My Flash Generator

Yeah finally I can’t publish my final project on my university about my Flash generator. Please visit on BeFlash.phpand try it for free. Leave your comment here if you are interesting on it. You can see this banner that I had generate from it application.

Thx^^

CRUD generator for Code Igniter

Hueh.. I found it.. hmmm..
Let’s try^^
You can download it from http://www.datacraft.co.za/index.php/site/products/codecrafter
Just copy paste on that site:
CodeCrafter is an Open Source code generator, for the Code Igniter framework and was designed to help developing web applications. It can generate an entire MVC application in minutes.
CodeCrafter will build CRUD (Create, Read, Update, Delete) source code for your [...]

Integrated Tag Cloud Into 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 [...]

Blogroll Link Update