Swapping out Base Page Type Controller
Permalink
I was reading this doc page and I don't quite get it working:http://documentation.concrete5.org/developers/working-with-pages/sw...
If I put this in /application/bootstrap/app.php, nothing happens:
So, I guess the binding is wrong? Did something change and is the doc page outdated?
If I put this in /application/bootstrap/app.php, nothing happens:
Core::bind('controller/page/default', function(){ exit("wer"); });
So, I guess the binding is wrong? Did something change and is the doc page outdated?