Skip to content

Instantly share code, notes, and snippets.

@aruponse
Created April 22, 2018 19:02
Show Gist options
  • Save aruponse/b899d71bb75bf6b912904c039e5dd99d to your computer and use it in GitHub Desktop.
Save aruponse/b899d71bb75bf6b912904c039e5dd99d to your computer and use it in GitHub Desktop.
Archivo de direcciones de https://github.com/arupons/rest_api_d2
<?php
define('ROOT_PATH', $_SERVER['DOCUMENT_ROOT'].'/rest_api_d2/');
define('CONTROLLER_PATH', ROOT_PATH.'app/controllers/');
define('MODEL_PATH', ROOT_PATH.'app/db/');
define('VIEW_PATH', ROOT_PATH.'app/views/');
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment