Skip to content

Instantly share code, notes, and snippets.

/* Simple pagination plugin
* How to use:
*
* CSS:
* .list-item.hide {
* height: 0;
* min-height: 0;
* opacity: 0;
* border: none;
* }
@mulhoon
mulhoon / templateEngine.php
Last active February 18, 2018 22:18
Simple PHP Template engine
<?php
/*
Original by Rasmus Larsson
http://www.rasmuslarsson.se/2013/05/a-template-engine-in-php/
*/
class Template
{
protected $template;
@FokkeZB
FokkeZB / README.md
Created September 20, 2013 09:38
URL schemes for iOS and Android (2/2)