zend-view Questions

4

Solved

I've got a relatively complicated portion of my application, which is an editor for access control lists. I need to reuse it in a few places, and I'd like it to be loadable all ajax-y and such. Be...
Atabrine asked 8/10, 2010 at 1:54

2

Solved

I'm looking for a step-by-step explanation on how to go from the normal folder structure on the left where the application folder contains models,views,controllers, to the module-based folder struc...
Selfimmolating asked 12/10, 2010 at 6:24

1

Solved

Problem: sometimes in our zend controller we don't want the script to be output directly, but rather want the content of that script. One example: when we need the result html output of a view scri...
Breastbone asked 27/9, 2010 at 15:52

4

Solved

I want to add custom view helper in zend framework like this: I placed in application.ini this code: includePaths.library = APPLICATION_PATH "/../library" and create library directory in myp...
Zeuxis asked 18/9, 2010 at 11:42

4

I have a controller that passes input from a form into a model class to perform validation. If the validation is successful I want to allow the flow to continue and render the default view associat...
Rubalcava asked 13/8, 2009 at 13:34

1

Solved

Is it possible in Zend View helper (extends Zend_View_Helper_Abstract) get info about module/controller/action in which that helper was called ?
Fukien asked 7/1, 2010 at 14:54

4

Solved

I have a helper called Zend_View_Helper_FormVars that's used by one of my modules. I also have a common helper in application/common/helpers/GeneralFunctions.php I'm trying to call a function from...
Epifaniaepifano asked 25/11, 2009 at 22:23

1

Solved

I have several view Partials (like paginator partial) which I want them to be available To all view scripts in my application. Is there a directory I can put partial vies in, and they will be avail...
Corbett asked 14/4, 2009 at 3:37

© 2022 - 2024 — McMap. All rights reserved.