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///
Current date in joomla Topic is solved
Moderators: tjay, seadap, Rogue4ngel, matthewhayashida
Forum rules
Current date in joomla
Last edited by Sawariya on Mon Sep 24, 2007 4:54 am, edited 1 time in total.
Re: Current date in joomla
It's best if you can be a bit more specific with what issues you are facing.
Try detailing what you have tried so far, what you have succeeded in doing and what you have trouble with.
Ian
Try detailing what you have tried so far, what you have succeeded in doing and what you have trouble with.
Ian
Help test my Component XML Generator Tool!
http://extensions.joomla.org/component/option,com_mtree/task,viewlink/link_id,1997/Itemid,35/
All feedback appreciated!
http://extensions.joomla.org/component/option,com_mtree/task,viewlink/link_id,1997/Itemid,35/
All feedback appreciated!