Laravel this is not only a practical framework, it is also a programming style
What means $this in laravel?
For example:
public function car() { return $this->hasOne('App\Car'); } }
Can I use this for example too?
public function car() { return $car->hasOne('App\Car'); } }
Aucun commentaire:
Enregistrer un commentaire