Skip to content

Instantly share code, notes, and snippets.

View lm's full-sized avatar

Ladislav Marek lm

View GitHub Profile
@lm
lm / index.php
Last active July 24, 2020 15:30
<?php
class AdminerColors
{
function head()
{
static $colors = array(
'127.0.0.1' => '#ED1C24',
'localhost' => '#009245',
@lm
lm / prototype.php
Created March 11, 2012 16:10
PHPClosure2SQL
<?php
class Collection
{
private $items = array();
function add($item)
{