docs icon indicating copy to clipboard operation
docs copied to clipboard

BASE_PATH in documentation may be inaccurate

Open Deepak-Vohra opened this issue 6 years ago • 1 comments

The BASE_PATH in Phalcon tutorial https://docs.phalconphp.com/en/3.4/tutorial-base is inaccurate.

define('BASE_PATH', dirname(__DIR__));

Based on directory structure used with index.php in public dir BASE_PATH should be define('BASE_PATH', dirname(__DIR__ . '/..'));

Deepak-Vohra avatar Dec 07 '18 00:12 Deepak-Vohra

cc @emiliodeg Can you please have a look ?

niden avatar Dec 08 '18 20:12 niden