Why is this bad? If you want to change your database driver or write a test for this controller using a fake database, you cannot do it easily.
This beginner-level series, approximately 1 hour and 33 minutes long, covers core concepts by applying them to real-world PHP scenarios. It is available in two versions:
class PaymentController private $paymentGateway;
Why is this bad? If you want to change your database driver or write a test for this controller using a fake database, you cannot do it easily.
This beginner-level series, approximately 1 hour and 33 minutes long, covers core concepts by applying them to real-world PHP scenarios. It is available in two versions: object-oriented principles in php laracasts download
class PaymentController private $paymentGateway; Why is this bad