-
-
Save aruponse/b899d71bb75bf6b912904c039e5dd99d to your computer and use it in GitHub Desktop.
Archivo de direcciones de https://github.com/arupons/rest_api_d2
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('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