if you need to add constructor to .config file
i found to use to have a __construct() in the .config file
i didnt want to edit the vork file so i added this to my config
i didnt want to edit the vork file so i added this to my config
public function __construct() {
parent::__construct();
$this->fileExtension = '.php';//example change so you dont have to edit vork
}
Posted Feb. 4, 2012 by Bradley Matusiak