Skip to content

Instantly share code, notes, and snippets.

View ArnoldsK's full-sized avatar
✌️

Arnolds Kļavenieks ArnoldsK

✌️
  • Ubiquiti
  • Latvia
View GitHub Profile
@odan
odan / xampp_php7_xdebug.md
Last active April 17, 2024 05:36
Installing Xdebug for XAMPP
@treffynnon
treffynnon / Config.php
Created September 3, 2010 09:20
A PHP class to access a PHP array via dot notation
<?php
namespace Treffynnon;
/**
* A PHP class to access a PHP array via dot notation
* (Agavi http://www.agavi.org was the inspiration).
*
* This was hacked in to an existing codebase hence the
* global config array variable.