can,
@can@haz.pink avatar

@SenseException I think one issue is that PHP doesn't have a handy way of mass assigning properties when constructing the object:

C#:
new StudentName
{
FirstName = "Bobby",
LastName = "Tables"
};

PHP :thisisfine:
$student = new StudentName;
$student->firstName = "Bobby";
$student->lastName = "Tables";

or you have to pass them in via constructor arguments in the correct order and it's just a pain. I always try to use them, but every time I find it inconvenient because it's so cumbersome.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • php
  • ngwrru68w68
  • rosin
  • GTA5RPClips
  • osvaldo12
  • love
  • Youngstown
  • slotface
  • khanakhh
  • everett
  • kavyap
  • mdbf
  • DreamBathrooms
  • thenastyranch
  • magazineikmin
  • megavids
  • InstantRegret
  • normalnudes
  • tacticalgear
  • cubers
  • ethstaker
  • modclub
  • cisconetworking
  • Durango
  • anitta
  • Leos
  • tester
  • provamag3
  • JUstTest
  • All magazines