39

The only way to feel comfortable coding on PHP is using classes and methods, I feel like home (Java)

Comments
  • 6
    You and me both man
  • 6
    ah, phpstorm. Brings back memories of Laravel :)
  • 2
    @tahnik IntelliJ IDEA, anyways it's the same but with support for more platforms.
  • 2
    @BrianValente Oh so you have the full package. Noice!
  • 0
    I see nothing on this screenshot. Please @dfox, set the compression value down :/
  • 1
    +1 for IntelliJ
  • 0
    @LicensedCrime private statics, just for internal use 😊
    Also, I'm not creating multiple instances of those classes. It's not a user, it's a page of the website. That's why I use static fields and methods.
  • 0
    Seriously ? There's people not using the object layer in PHP ? Are they suicidal ?
  • 0
    Classes can't save you in a badly designed language. Just like classes can destroy a perfectly good dynamic language. At least you've managed to lessen your personal suffering 😂
    #oopisevilbad
Add Comment