ThanksIf you want to make your code future proof, use the latest methods: Updating an ObjectCode:
$result = JFactory::getDbo()->updateObject('#__menu', $alterar_home, 'id');
The JDatabase class is deprecated. Define the namespace, as shown here:
Select Data from the Database
Statistics: Posted by cropots — Thu Sep 26, 2024 11:12 pm