'environment' => (isset($_SERVER['FUEL_ENV']) ? $_SERVER['FUEL_ENV'] : Fuel::DEVELOPMENT),Any ideas how to set the environment in OIL without a nasty hack?
php oil r migrate --FUELENV=stage
Rob McCann wrote on Tuesday 30th of August 2011:Would it be useful to create an argument like
php oil r migrate --FUELENV=stage
or has a better way been thought of since this post?
Jaroslav Petrusevic wrote on Tuesday 30th of August 2011:Rob McCann wrote on Tuesday 30th of August 2011:Would it be useful to create an argument like
php oil r migrate --FUELENV=stage
or has a better way been thought of since this post?
wow, this one sets up the $_SERVER variable? thanks
It looks like you're new here. If you want to get involved, click one of these buttons!