Jump to content

  •  

saithis

Member Since 05 Feb 2013
Offline Last Active Jun 20 2015 03:09 PM
-----

Posts I've Made

In Topic: HAT - The Hercules Admin Tool!

13 February 2015 - 06:41 AM

May I suggest you take a look at https://getcomposer.org/, that way you won't ever need your application/third_party folder.

composer is a dependency manager for PHP and does its job really really well.

I've worked on several projects with it and never regretted it.


In Topic: Scripting Standards

27 March 2014 - 05:44 PM

Personally, I think the indent is enough to visually separate the block.

And Allman style means more scrolling and less code fitting on the screen, which is bad.