<div dir="ltr">Hello<br><br>Currently, classes do not have a single location in the directory structure. The class files are mixed with other kinds of files in the libraries directory, and the PMA namespace points to the root path which causes all classes to have a namespace that begins with PMA\libraries. This affects the performance of the autoloader.<br><br>One solution to solve this problem would be to move the classes to a new directory that contains only class files and create a new namespace that points to that directory.<br>The directory can have any name that describes it, like lib, classes, includes or src, but what I usually see in open source projects is the src directory.<br><br>Then we can use the namespace PhpMyAdmin, which is already used in SqlParser, in the src directory, and after all classes are moved to that directory, we remove the PMA namespace.<br><br>I would like to hear your opinion on this subject.<br><br>Best regards<br>MaurĂ­cio Meneghini Fauth<br></div>