Skip to content

Instantly share code, notes, and snippets.

#--- Ubuntu 13.10 Saucy Salamander
#-
#- Basic packages i usually install
#
# Update and Upgrade
sudo apt-get update
sudo apt-get upgrade
# Graphics
@rlandas
rlandas / routes.php
Created October 11, 2012 12:03 — forked from robertbasic/routes.php
ZF2 Nice and clean routes with Part
<?php
$slugConstraints = '[\w_-]+';
$pagenumberChild = array(
'type' => 'segment',
'options' => array(
'route' => '/page/:page',
'constraints' => array(
'page' => '\d+'