In cakephp,
I want to import a vendor php file which contains different classes eg(class A class B, class C, each having __construct() method), in my component.I want to create objects of each class in the component and call respective class function in my controller.
What is the correct process to implement it.
Try this
component:
controller: