I get the following error when trying to do reverse engineering with visual-paradigm:
Reason : Error occured when analysis: includes/config.php. Encountered "define" at line 6, column 66
this is the line:
defined('DB_SERVER') ? null : define("DB_SERVER", "localhost");
Does someone know whats wrong?