Skip to content

Instantly share code, notes, and snippets.

View chang0022's full-sized avatar
🎯
Focusing

Neo Chang chang0022

🎯
Focusing
View GitHub Profile
<?php
class Paginator implements \IteratorAggregate
{
const TPL_WRAPPER = 'wrapper';
const TPL_NUM = 'num';
const TPL_NUM_CURRENT = 'currentNum';
const TPL_TAG = 'tag';
const TPL_NEXT = 'next';
const TPL_PREV = 'prev';