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 [...]
What’s Code Igniter?
CodeIgniter is a powerful PHP framework with a very small footprint, built for PHP coders who need a simple and elegant toolkit to create full-featured web applications. If you’re a developer who lives in the real world of shared hosting accounts and clients with deadlines, and if you’re tired of ponderously large and [...]
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 [...]
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 [...]
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 [...]
Yeah, overall admin page on my cms project is done. But this project for X company had stopped for financial reason. So I’ll plan this project to open source blog management system or usually called blog engine and may be I’ll call it Semesta Blog engine or SimpleSc Blog Engine (Just planning). Actually this is [...]
Yeah, Code Igniter again. I this day i got problem with dynamically dropdown value on Code Igniter. First think i hope I can generate dropdown with values from mySql database. I want to use form helper that provided by Code Igniter to generate form.
Basically to make dropdown input on controller are:
?View Code PHP1
2
3
4
5
6
…
$data[’input_category’] = [...]