The zend-view tag has no wiki summary.
0
votes
1answer
23 views
Zend Framework - Controller - HeadScript - Not Loading After `composer update`
I am quite new to Zend Framework (2). I have been developing a mini ERP as a project and every thing seemed to be good.
But this morning, I wanted to install PHPUnit, I updated the composer.json file ...
0
votes
1answer
52 views
How to Access Application Config from View in Zend Framework 2 (zf2)?
I wanted to access the application config from a view. How can I achieve that in ZF 2?
0
votes
1answer
28 views
getView() returns NULL in zend framework 2 Custom Form View Helper
Trying to get the view object from a view helper so I can render a certain partial. but All I get is NULL
here is the code
namespace App\Form\View\Helper;
use Zend\Form\View\Helper\AbstractHelper;
...
0
votes
1answer
31 views
Zend Framework 2 inherid variables from parent view
I have the following code which returns a view with a subview.
As it can see, the subview repeats the variable $form and the array &fields duplicating the pass of variables into view.
How I can ...
0
votes
3answers
41 views
Zend: Custom View helpers
I'm trying to add a View helper in my project, but I'm getting the following error:
[Mon Apr 29 14:36:19 2013] [error] [client 10.0.0.26] PHP Fatal error: Uncaught exception ...
1
vote
1answer
126 views
How to access route, post, get, server etc parameters from view file in Zend Framework 2
How can we access route, post, get, server parameters from VIEW file in ZF2 way?
Here I found the almost same question but no where mentioned about view nor answered anywhere
Thanks
0
votes
1answer
75 views
ZF2 Form ViewHelper row inside a label
I need to generate a form with correct labels in Zend Framework 2.1.4 using the standard view helper.
When I use :
echo $this->formLabel($form->get('Title'));
echo ...
2
votes
1answer
68 views
In ZF2 how to make view functions to run in controller
I wanted the functionalities of view files to run in controller file also.
For example, I wanted $this->escapeHtml() which runs in view file alone to run in controller through some means like ...
4
votes
1answer
52 views
What is a Zend View Filter?
What is a Zend View Filter? I see them mentioned in the ZF1 documentation, http://framework.zend.com/manual/1.12/en/zend.view.introduction.html, and in the Zend_View code, but I can't find an ...
0
votes
1answer
161 views
Zend Framework 2 - Annotation forms - Multiple forms in one view
I'm using ZF2 and AnnotationForms. This worked great for me until now.
I have this exception that I want to display three forms in one view.
Basically I do the following:
<form>
<?php ...
1
vote
1answer
34 views
Can Not Set Protected Members on Zend View
I had convenience methods littered all over the place. I have now pushed these in to a couple of helper classes and I made the helper classes protected members of my layer supertypes.
Everything was ...
0
votes
1answer
16 views
How to Extend Zend View Properly
In the view and layout scripts of my MVC application I regularly require access to convenience methods such as isLoggedIn() or isAdmin(). I would like to put these in a base view so that I can access ...
0
votes
1answer
214 views
Zend Framework 2 set custom layout and setTerminate issue
I dont know if this is a bug of ZF2 or I just dont understand it well, but Im very excited why is this happening.
I'm using a solution to change layout of each module globaly by attaching a Dispatch ...
1
vote
2answers
30 views
Zend View - Automatically escape assigned variables
The documentation for Zend_View shows an escape($var) method. It also suggests that it should be manually invoked for each variable we want to display: $this->escape($this->var);
Is there a way ...
0
votes
2answers
73 views
Multi navigation failed in layout
why second var_dump() display null in this code in my layout.phtml :
var_dump(($this->navigation('navigation')->menu()->render()));
...
0
votes
1answer
304 views
Using PhpRenderer directly with child views in ZF2
When sending out e-mails in Zend Framework 2, I want to use view script templates such that I can leverage a layout for my various e-mail templates. The idea is that I have a layout which has the ...
1
vote
1answer
499 views
Autocompletion for ZF2 view helpers in PhpStorm
Does anyone know if PHPStorm has some builtin support for view helper autocompletion or a possibility to write a plugin for it.
I don't want to use inline var definitions for this as this would be ...
0
votes
1answer
113 views
Zend Routing / URL helper . Have a global parameter show up first in URL
Was curious if anyone knew the best way to implement the following: I have a parameter in my zend framework 1.12 app which effectively controls the 'scope' of things, and is a field in every table in ...
1
vote
2answers
195 views
Zend_Controller_Router_Exception: Route default is not defined
In my app with several modules, I have a method that sends an email, the text use the url view helper to build a link. If I execute this method via browser everything works correctly, but if I run ...
0
votes
1answer
234 views
Is there an easy solution to implement a 403 render strategy in Zend Framework 2?
I set up a simple ACL Module as controller plugin. Now I would like to implement a "403 render strategy" so that for "deny" I just set a 403 response and the "error/403" view from the template_map ...
0
votes
2answers
603 views
ZF2 : disable error page layout
im trying to disable layout while showing error/exception page in my zf2 module
but nothing works
please help
1
vote
1answer
147 views
Zend Framework: Allowing Meta Properties for the HTML5 Doctype (Facebook Open Graph)
I am using the HTML5 doctype in my Zend Framework application. If I use XHTML1_RDFA as my doctype, the headMeta view helper allows me to use the appendProperty() function. I know that meta properties ...
0
votes
0answers
55 views
Zend: Save multiple scripts(htmls) output to variables in single action of a controller
I have an ajax call which SHOULD return three different HTML to the ajax call.Will clear you in short time what does it mean.
I have all data in arrays(after DB processing). Now I am processing this ...
0
votes
1answer
81 views
Where is the implementation for the ->partial() method in Zend Framework?
I'm trying to find where Zend implemented the partial() method so that I can add some ACL code into it for permission control. I know that the calling object of the method is always a Zend_View ...
0
votes
2answers
75 views
zend framework 2 disable view for entire application
I'm currently developing the back-end application in Zend 2 and I need to disable view for entire application. I'll be more than happy if I can disable it on init stage. Is this possible?
Thanks,
0
votes
0answers
281 views
Zend Framework 2 / ZfcUser authentication doesnt work
i have got my zf2 project and i added zfcuser (+zfcbase ofc) with composer.
i can access all the new routes like /user/login etc. and the login form appears.
i also set up the db and inserted a user ...
1
vote
2answers
79 views
How to show images on zend framewrok from index view?
I am new to zend framewrok. I am trying to show an image from index view. Below is my code:
<?php
echo "Student List";
//$this->headTitle($this->title);
?>
<p><a ...
0
votes
1answer
453 views
Zend Framework 2 - Set Template Path for Module
I googled alot and couldn't come up with an answer...
I'm using the tutorial-skeleton application. It automatically includes under 'view/album/album' the html files corresponding to my actions like ...
0
votes
1answer
278 views
Zend Framework 2 - TemplatePathStack for several entities in module
A while ago I followed the tutorial and included the TemplatePathStack like it is described here.
The tutorial suggests for the view directory a structure like view/album/album in which all the ...
1
vote
1answer
172 views
Can't use $this->form()->***() helpers in my project
I specified list of zend components in my composer.json
"zendframework/zend-xmlrpc": "2.0.*",
"zendframework/zend-config": "2.0.*",
"zendframework/zend-log": "2.0.*",
"zendframework/zend-db": ...
0
votes
1answer
762 views
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 put it into my custom library.
But unfortunately I couldn't figure out a way to include this partial ...
1
vote
1answer
1k views
ZF2 - How to change the error/404 response page? Not just template but to set a new ViewModel
By default the page is set like this in the Application module.config array:
'template_map' => array(
'error/404' => __DIR__ . '/../view/error/404.phtml'
I want to change the page. I want ...
0
votes
2answers
75 views
Zend default view script name switch
I want to display a mobile view instead of the normal view script.
Let's take for example this action /my_module/my_controller/my_action.
When I call it, based on some headers processing I know that ...
2
votes
0answers
262 views
Access parent view's variable from child view in Zend Framework 2
I'm using ZF2's View component as standalone for my project like this:
$renderer = new PhpRenderer;
$resolver = new Resolver\AggregateResolver();
$stack = new Resolver\TemplatePathStack(array(
...
0
votes
1answer
43 views
Zend View Helper isolated by module
I'm using the standard MVC with modules. I have 2 view helper classes that are autoloaded in the config using resources...
resources.view.helperPath.Module1_View_Helper = "module1/views/helpers/"
...
1
vote
1answer
109 views
change script path calling view action helper
I want to create different view scripts for each modules in my application. My structure look like that:
-- application
-- modules
-- default
-- views
-- default
...
0
votes
0answers
150 views
Uncaught exception 'Zend_View_Exception' with message 'script 'error/error.phtml'
When I nave some exception in my Zend Framework application, I see this error message:
Uncaught exception 'Zend_View_Exception' with message 'script 'error/error.phtml' not found in path ...
0
votes
2answers
109 views
zend error while assigning view
So installed the latest 2.0 version of Zend. I am having trouble in defining the view in controller and then displaying.
If I create a new ViewModel and return it, it works fine. For example.
public ...
0
votes
2answers
389 views
zend framework 2 get locale from view PhpRenderer
How I can obtain traslator locale in my view?
I want to do it starting from the variable $this (the PhpRenderer of the view).
i.e. I don't want use onBootstrap nor ActionController because I don't ...
0
votes
1answer
54 views
Zend view , Plugin not found
i am creating email templates using the zend view class, and assigning variables..
i am also using helpers withing the view script file, but it has the errors when rendered:
Message: Plugin by name ...
0
votes
1answer
216 views
How to add Helpers to a PhpRenderer in Zend Framework 2.0?
I am migrating my old application to the new Zend Framework 2.0. My app uses it just as a library (no Zend\Application use or anything of the MVC part), and I have problems using the Form Helpers. So, ...
1
vote
2answers
68 views
What causes html tags to not render in Zend_Element error decorators?
I am attempting to insert a link into the error message displayed on a form. in my action I'v done this.
$this->view->editForm->getElement('value')->addError('this type/value ...
0
votes
0answers
24 views
decorator vs view helper? [duplicate]
Possible Duplicate:
Zend Form - View helper and form decorator
I tried to use Jquery plugins in Zend and I have created a view helper under ZendX for a Multiple tags autocomplete like this. ...
0
votes
0answers
68 views
Not able to include files when use absolute path in zend framework
I am trying to use Zend_View but facing interesting issue, here is my code in controller.
$view = new Zend_View();
$view->setScriptPath(APPLICATION_PATH . '/views/scripts/account/');
...
1
vote
0answers
174 views
Zend Form - View helper and form decorator
What is the difference between a zend form decorator and a view helper? I want to use some awesome Jquery plugins for my form but finding hard to understand about decorators and view helpers, for ...
0
votes
2answers
1k views
zf2 cant render partial navigation
I'm trying to do ` $partial = array(DIR.'/menu.phtml', 'default');
echo $this->navigation()->menu()->setPartial($partial);`
and im getting error Fatal error: ...
0
votes
0answers
217 views
Zend : How to Call Google Maps in My Zend Framework View Helper
i have a view in which i am calling my view helper class in that view helper i want to include google maps api for Reverse GeoCoding and than inserting that address to database.
<?php foreach ...
0
votes
0answers
268 views
View configuration and Module lazy loading in Zend Framework 2
I've implemented a basic module lazy loading system for a specific purpose. In my special case, there are several modules that are required to decorate forms and entities of the rest of the ...
0
votes
0answers
329 views
How can I fix issues with Zend's CSRF tokens not validating?
I am having some trouble using Zend's CSRF tokens from Zend_Form...
Every time I submit a form I get a validation error ('identical' as CSRF uses)
Earlier in my project I had no issues whith this, ...
1
vote
3answers
119 views
zend layout.phtml error
Hi I've got an error in my Zend Framework project...
It raised:
Invalid controller specified (myweb)
Here is my apache error.log:
PHP Warning: Invalid argument supplied for foreach() in ...

