Good Day,
To create what I want, I need to use multiple libraries. How are you guys including them in your projects because for each example I see once you load the library the $crud = new whatever_library_crud(); what about the previous libraries? what is the best way to chain them togather. or do I take on merging all required libraries into one file and make one call.
Regards.