Current date in joomla
Posted: Fri Sep 21, 2007 4:42 am
Hi friends I am new with joomla... i am struggling with pagination and validation ..anybody can help me ,,,,,
and which funnction is usung to get current system time ...
defined('_JEXEC') or die ('Restricted access');
class TableMessages extends JTable
{
var $title = null;
var $tags = null;
var $description = null;
var $contents = null;
var $status = 1;
var $created_on = date('Y-m-d H:i:s');
var $id = null;
function tableMessages () {
parent::__construct ('#__messageboard','id',$db);
}
}
?>
This is my table query///
and which funnction is usung to get current system time ...
defined('_JEXEC') or die ('Restricted access');
class TableMessages extends JTable
{
var $title = null;
var $tags = null;
var $description = null;
var $contents = null;
var $status = 1;
var $created_on = date('Y-m-d H:i:s');
var $id = null;
function tableMessages () {
parent::__construct ('#__messageboard','id',$db);
}
}
?>
This is my table query///