Step#1: create your own class
<?
class class_name {
function function_name()
{
echo “I am There”;
}
}
?>
Now save this file on your libraries (system->libraries) and file name is must according to your class name like class_name.php
Step#2: create a controller like this…
<?php
class own_controller extends Controller {
[...]
Archive for the ‘Message Board’ Category
How to add your Class at CodeIgniter
Posted in CodeIgniter Class, Message Board on February 17, 2008 | 1 Comment »
Nice Content Editor
Posted in Message Board on December 9, 2007 | 4 Comments »
NicEdit is a Javascript/AJAX inline content editor to allow easy editing of web site content on the fly in the browser. It integrates into any site in seconds to make any element/div editable or convert standard textareas to rich text editing. You can try it right now by clicking on and editing this text using [...]
-
Archives
- September 2009 (2)
- February 2008 (1)
- January 2008 (1)
- December 2007 (1)
-
Categories
- CodeIgniter Class (2)
- Message Board (2)
- My Work (2)
-
Pages