public function onBeforeRender()
{
$app = JFactory::getApplication();
if ($app->isAdmin()) {
return true;
}
$document = JFactory::getDocument();
return;
}
Some SQL
INSERT INTO Customers
SELECT name, firstname
FROM Clients
WHERE status = 'active';
To learn more about CedPrettify, please visit the following link.
Details Demo Free Premium Doc Roadmap Subscribe Write your review in JED
1