Feeds:
Posts
Comments

Archive for the ‘Message Board’ Category

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

Read Full Post »

Nice Content Editor

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

Read Full Post »