Enlist the methods of loader
Registering Namespaces Registering Directories Registering Classes Registering Files In a Phalcon interview, if you’re asked about the methods of the loader component, you should mention the following methods: registerDirs(): This method allows you to register directories where classes are located. It takes an associative array where keys are namespaces and values are the corresponding directories. … Read more