Welcome Guest, Not a member yet? Register   Sign In
Accessing methods from more than one class
#2

No, those types of files should be libraries. You create them without extending the main Controller, just an empty class. And you load it in your controller car.

PHP Code:
$wheels = new \App\Libraries\Wheels(); 
Reply


Messages In This Thread
RE: Accessing methods from more than one class - by jreklund - 05-14-2020, 10:21 AM



Theme © iAndrew 2016 - Forum software by © MyBB