Home
last modified time | relevance | path

Searched refs:IMAGE_PATH_REL (Results 1 – 2 of 2) sorted by relevance

/web-php/src/News/
H A DEntry.php26 public const IMAGE_PATH_REL = 'images/news/'; define in phpweb\\News\\Entry
28 public const IMAGE_PATH_ABS = self::PHPWEB . self::IMAGE_PATH_REL;
78 throw new \Exception('path must be a simple file name under ' . self::IMAGE_PATH_REL);
81 throw new \Exception('Image not found at web-php/' . self::IMAGE_PATH_REL . $path);
/web-php/bin/
H A DcreateNewsEntry183 echo " --image-path 'value' Basename of image file in " . Entry::IMAGE_PATH_REL . "\n";

Completed in 6 milliseconds