This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
# When using the Zend View URL helper to generate URLs to controller actions, | |
# rather than named routes, you have to use 'default' as the route name. | |
# Generating a URL for the `bar` action in the `foo` controller. | |
echo $this->url(array('action' => 'bar', 'controller' => 'foo'), 'default', true); | |
# And NOT this as most people seem to assume (self included). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo. > errors.log |
NewerOlder