Most "JName" classes have been refactored to other names and name spacing.
is in J4 + J5:
I recommend to check Joomla core components.
Furthermore Joomla 4 has a class map with all new names: https://github.com/joomla/joomla-cms/bl ... assmap.php
See also: viewtopic.php?t=995556
and https://joomla.stackexchange.com/questi ... 4486#24486
Code:
$app = JFactory::getApplication();
Code:
use Joomla\CMS\Factory;$app = Factory::getApplication();
I recommend to check Joomla core components.
Furthermore Joomla 4 has a class map with all new names: https://github.com/joomla/joomla-cms/bl ... assmap.php
See also: viewtopic.php?t=995556
and https://joomla.stackexchange.com/questi ... 4486#24486
Statistics: Posted by pe7er — Mon Aug 26, 2024 7:43 am