Hi there,
i'm trying to write some CLI php scripts that would do the same thing. Could You elaborate on this part:
Quote:
include('/home/user/system/config/Constants.php');
include(AUTOLOADER);
include(DBINITER);
|
what exactly have You placed in Constans.php?