I put my ACPMenuConfigHandler class in project/lib/ACPMenuConfigHandler.class.php
class ACPMenuConfigHandler extends sfYamlConfigHandler
{
public function execute($configFile)
{
return "<?php \"I run\"; ?>";
}
}
And in project/config/menu.yml
- Just For Testing
And when i ran frontend.php I got the error said that "ACPMenuConfigHandler" can not be found, but if I used frontend_dev.php I got no result at all. Even i put "echo 'are u running';" in cache/dev/config/config_config_handlers.php (config cache) but no thing happen ????