Search

You can find the results of your search below.

Fulltext results:

Let's Talk - Building a Modular PHP Framework part 2
77 Hits, Last modified:
uellet <louis@laswitchtech.com> */ // Declaring namespace namespace LaswitchTech\Core; // Import additionnal class into the global namespace use LaswitchTech\Core\Config; use LaswitchTe... // Initialize the class in the global namespace ${$strap} = new $class();