Skip to content

Instantly share code, notes, and snippets.

@luisartola
luisartola / gist:3497781
Created August 28, 2012 12:56 — forked from igorw/gist:3369858
Silex Rest Api Test
<?php
use Silex\WebTestCase;
class RestApiTest extends WebTestCase
{
public function createApplication()
{
...
}
@luisartola
luisartola / FooController.php
Created September 14, 2012 06:55 — forked from igorw/FooController.php
Silex convention-based controllers
<?php
// src/Foobar/Controller/FooController.php
namespace Foobar\Controller;
class FooController
{
public function helloAction($request)
{
@luisartola
luisartola / tmux.conf
Created November 6, 2012 15:13 — forked from shinzui/tmux.conf
tmux.conf
# ~/.tmux.conf
#
# See the following files:
#
# /opt/local/share/doc/tmux/t-williams.conf
# /opt/local/share/doc/tmux/screen-keys.conf
# /opt/local/share/doc/tmux/vim-keys.conf
#
# URLs to read:
#