Contenta CMS, the decoupled Drupal
-
Updated
Jan 7, 2022 - PHP
Add a description, image, and links to the decoupled topic page so that developers can more easily learn about it.
To associate your repository with the decoupled topic, visit your repo's landing page and select "manage topics."
Eventually the use of NAMESPACES could help with a number of things including packaging the plugin much easier into CoCart Pro and speed for those using PHP 8+
The solution I'd like
Include namespaces on all PHP files that are using a class system. This does not include global functions or template files, just class files.
Example