Skip to content

Instantly share code, notes, and snippets.

@natflow
Created April 30, 2013 17:33
Show Gist options
  • Save natflow/5490367 to your computer and use it in GitHub Desktop.
Save natflow/5490367 to your computer and use it in GitHub Desktop.
Cygnus php shell init script. Run in directory containing core and phplib.
<?php
# phpsh init.php
set_include_path(get_include_path() . ':./core:./phplib');
require_once('mvc/bootstrap.php');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment