This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
define('BASEPATH','.'); // mockup that this app was executed from ci ;) | |
chdir(dirname(__FILE__)); | |
include('doctrine.php'); | |
define('ENVIRONMENT', 'development'); | |
require_once('config/database.php'); | |
// Configure Doctrine Cli |