Top "View-helpers" questions

Use this tag for questions on ViewHelpers as used by the Fluid templating engine.

How to use the partial in zendframework2

In ZF1 we use partial in layout.phtml file something like that $this->partial('header.phtml', array('vr' => …

php zend-framework2 partials view-helpers
Zend Framework - plugin by name was not found in registry

When calling a function in my views/helpers/ file, from my script inside views/scripts/ , i get this error: Message: …

php zend-framework view view-helpers
Zend Framework Url View Helper adds "id" by default

I'm creating a simple CRUD for adding links to a category. Each category has an id. I have a view …

zend-framework url view-helpers
What is the best practice to create a custom helper function in php Laravel 5?

I have the default created_at date keep printing out as an MySQL format : 2015-06-12 09:01:26. I wanted to print …

php laravel laravel-5 view-helpers
Use a Rails helper in a model

Possible Duplicate: Access a view helper for a model in rails I know this is probably not something I should …

ruby-on-rails ruby models view-helpers
Zend Framework headMeta() - keywords not appending

I'm using Zend Framework 1.8. I have a problem with headMeta() duplicating my meta keywords. In my layout.phtml, I have &…

php zend-framework view-helpers
Generate a hour:minute select list

Is there a way to generate something like the following markup: <select> <option value="0000">00:00</option&…

html ruby-on-rails-3 view-helpers
Removing parameters from URL when using Url view helper links

When using the Url view helper to build links, if the current page has parameters in the url, the url …

zend-framework view-helpers
Rails 3.1: Better way to expose an engine's helper within the client app

I have found a few articles addressing the issue of helpers within an engine not being accessible to the consuming (…

ruby-on-rails ruby-on-rails-3.1 rails-engines helpers view-helpers
Zend Framework 2 - How to include partial from library

I wrote a partial which I want to use in several modules. I thought the best way would be to …

php partial-views zend-framework2 zend-view view-helpers