Search Results
… ($this->files as $file) { echo '<li>'.$file. ' <a href="'.$this->url(array('controller'=>'pdf', 'action'=>'viewmeta', 'file' => urlencode($file)),'default', true).'" title="View PDF Meta">View Meta</a>' . ' <a href="'.$this->url(array('controller'=>'pdf', 'action'=>'editmeta', 'file' => …
Article: Setting Locale In Zend Framework
… application has a locale, even if that is just the locale of the author. Through the use of locals you can make your application aware of what sort of language, currency and even timezone that the user would like to see. In Zend Framework this is … as this is a more involved subject and so will be part of a separate blog post. … Setting Locale In Zend Framework …