Joomla 4 has a file /libraries/classmap.php with all old JClasses and the new names.
See https://github.com/joomla/joomla-cms/bl ... assmap.php
In Joomla 4 you can use:
See also this topic: How to switch from the Legacy classes to the new ones?
viewtopic.php?t=982934#p3617914
See https://github.com/joomla/joomla-cms/bl ... assmap.php
In Joomla 4 you can use:
Code:
<?php use Joomla\CMS\Application\WebApplication;$appWeb = new ApplicationWeb;
viewtopic.php?t=982934#p3617914
Statistics: Posted by pe7er — Tue Apr 02, 2024 8:10 pm