Tagged Questions
The zend-layout tag has no wiki summary.
20
votes
2answers
8k views
How to switch layout files in Zend Framework?
I'm sure it's a simple one-liner, but I can't seem to find it.
How can I use a different layout file for a particular action?
Update: This worked for me, thanks!
// Within controller
...
6
votes
4answers
7k views
Getting basepath from view in zend framework
Case: you're developing a site with Zend Framework and need relative links to the folder the webapp is deployed in. I.e. mysite.com/folder online and localhost:8080 under development.
The following ...
5
votes
4answers
241 views
How to use a Zend Layout as Wordpress Theme?
I have written a Zend application and have included Wordpress for blogging. When I first installed Wordpress I themed it so that it used the same header etc as the main application. I have since ...
4
votes
3answers
4k views
How do I include header and footer with layout in Zend Framework?
I would like to let Zend_Layout include header.phtml and footer.phtml with [layouy name].phtml.
How do I do that? I tried to read codes in Zend_Layout, Zend_Layout_Controller_Plugin_Layout. I still ...
3
votes
1answer
186 views
Zend MVC:: How can javascript file + javascript code inserted to partial for head or body area?
How can javascript file + javascript code inserted to partial for head or body area?
[Inside view simply call for insert to head to HeadScript and to body InlineScript - this not works inside ...
3
votes
1answer
158 views
Zend_Layout and/or Smarty
I am new to Zend Framework, but planning to create quite a complex project using it.
I was looking at the view options for Zend Framework. There is one with Zend_View and Zend_Layout and also ...
2
votes
1answer
85 views
Best way to show user info in zend layout
I'm trying to show information about user in my Zend Framework application. I'm using one layout script for all controllers (except login controller). And now I want to show information about logged ...
2
votes
1answer
69 views
Where should I locate logic related to layout in Zend Framework?
I need to customize the attributes of my body tag. Where should I locate the logic? In a Base Controller, view Helper ?
This should be the layout
<?=$this->doctype() ?>
<html ...
2
votes
1answer
162 views
Set indent on view in Zend Framework
In Zend Framework, it is possible to set indentation for headMeta(), headLink(), etc:
<?= $this->headLink()->setIndent("\t\t") ?>
I like this. I like things tidy. So, now I would want ...
2
votes
4answers
1k views
How to change meta tags in zend framework layout
So I have some default meta tags on layout.phtml set using
$this->headTitle() and $this->headMeta()->appendName()
and is echoed at layout.phtml's header
My question is: How do I change ...
2
votes
3answers
266 views
where is the appropriate place to put code to switch the Zend Layout being used?
I have created a Zend Framework website and I'm now updating it to switch out the layout file depending on whether or not the user is on a mobile device.
I have written a class to deal with the ...
2
votes
1answer
287 views
Zend_Dojo_Form in a layout
I have a Zend_Dojo_Form which I have moved from my view (where it works fine) to my layout, as it's something that will be useful on every page. However in the layout the form no longer works - none ...
2
votes
2answers
1k views
Zend Framework - Set No Layout for Controller
I have a Controller that I want to use for ajax scripts to call and set session variables, get information, etc. How do I set it so that that particular controller doesn't use the default layout ...
1
vote
1answer
44 views
Zend Layout for specific Actions
Is there a simple way of just enable a layout for the actions of a controller, instead of disabling it in all other actions of other controllers in Zend?
1
vote
1answer
71 views
Cannot echo headTitle in layout view
I got my headTitle up running, except i cannot echo it in my layout file as i need it for page header.
This is how i done it:
Bootstrap.php:
protected function _initDefaultHelpers() {
...
1
vote
4answers
75 views
Which is better approach to get Zend_View
I am working on a Zend Framework based app, and in controller plugins, I can get Zend_View object with the following methods, someone please tell me which approach is better and why?
$view = ...
1
vote
1answer
143 views
unable to access zend views from controller file
I am able to print the form content in the controller file, but when I assign the form view as $this->view->form = $form and trying to display the form design using echo $this->form in ...
1
vote
1answer
421 views
Zend Framework - use a common header for different actions in a controller?
I've tried reading the question found HERE: Module configuration and layout configuration in zend framework. It was described as being everything I need to know about layouts - but - I'm afraid I'm ...
1
vote
2answers
1k views
How to setup multiple Layouts in Zend Framework. Eg. Public/Logged in/Various combinations of modules
I know & used the very basic Zend Framework's Layouts where I used 1 layout throughout the whole site. But now I need a more intermediate/organized setup.
The public site layout will have the ...
1
vote
3answers
1k views
Can i have multiple layouts in Zend Framework?
I have a flashy page with image rotators in the front end for the clients.
For back-end I want to have different layout. Can i have multiple layout?
A little hint would be appreciable
1
vote
1answer
162 views
How to move the “views” of Zend_Layout
Normally it would be in such a structure:
../application/modules/somemodule/views/scripts/index/index.phtml
How I move it to:
../application/templates/somemodule/template1/views/......
...
1
vote
1answer
845 views
Zend Framework - Last Code to Execute Before Layout is Rendered
I want to execute some code right before the layout is rendered, after all other code is executed. Where would I put that code?
I am specifically trying to modify the files referenced in the ...
1
vote
1answer
132 views
PHP: Zend_Layout: Where to write business logic?
On most project I use multiple layout scripts.
Sometimes I need some data in my layouts that are layout-specific, instead of page-specific. Which layout gets used though, IS page-specific.
So the ...
1
vote
2answers
124 views
Add scripts to overall layout from within a controller
I'm using Zend_view/Zend_Layout but i want to be able to append scripts to the overall template depending on the controller, so within the controller i could do something like:
public function ...
1
vote
4answers
532 views
Zend MVC - I echo some test debug output but it seems to be suppresed and does not show
I am developing a Zend MVC application.
Sometimes I like to echo some text just for quick and dirty debugging. e.g
<?php
class MyClass {}
echo('hello world - yes this script is included');
I ...
0
votes
2answers
23 views
Passing variables to layout after bootstrapping layout resource
I had to create method in Boostrap which bootstraps Layout resource and registers some view helpers.
protected function _initViewHelpers() {
$this->bootstrap('layout');
$layout = ...
0
votes
1answer
44 views
zend paginator not including CSS
i have used zend paginator in my app its working fine the way its .but when i click on any link i mean any pagination it query right info but the css is not applied there.initially when page renders ...
0
votes
1answer
34 views
Why no Zend_Layout helper or codebehind? And best way to
I was just wondering why no code-behind or helpers were made to work with layouts? I have stuff I want to display in my layouts without having to set it up in a placeholder for every single ...
0
votes
2answers
45 views
Zend Framework: add data to layout for every action of controller
i am writing a web application and i need all the data returned/computed in all actions of one specific controller to return data to the layout (not the view).
So after each action, a controller ...
0
votes
1answer
63 views
Line breaks and white lines of Zend layout.html output
As per the Zend Framework standard, I'm using Zend_Layout.
zf create project demo
cd demo
zf enable layout
That's it
Here's my config:
[production]
phpSettings.display_startup_errors = 0
...
0
votes
2answers
49 views
Zend Framework: Is there a View Helper to display View Name in Layout Class?
As the title suggests, I'm trying to find a way of displaying the title of the View currently being displayed as part of the layout. I'm trying to do this so that the page title is dynamicly populated ...
0
votes
1answer
124 views
Zend Framework 1.11 Layout classes etc
just started using Zend Framework and I'm wondering what to do with odd classes I have. I'm pretty much wondering about best practise for getting everything setup.
I've just enabled layout and I have ...
0
votes
2answers
83 views
Zend_Layout + helperClass
I am try to use helperClass in Zend_Layout options.
I create a class:
class Helper_Testi extends Zend_Controller_Action_Helper_Abstract{
public function init(){
echo "111111111";
...
0
votes
1answer
171 views
css problem in action on Zend Framework
Not sure what I'm doing wrong here, but it seems that the framework is only able to find the style.css on my index actions on every controller. I'm calling it from the layout.phtml like this:
...
0
votes
2answers
96 views
Zend Portlet Kind of a Layout
I am using Zend Framework. Want to make a portlet kind of view, which is like each div is generated by a different controller/view pair.
Like the layout -
<div id="news">
<?php echo ...
0
votes
0answers
308 views
Unable to access / include local css,js files but able to access the same on remote server
I often face problem of including local css and js files in layout.phtml.
Any js or css file which is there 'zendframework/public/' folder is never accessible, but any such file on a remote server is ...
0
votes
1answer
648 views
How get Zend_Controller_Plugin_Abstract redirect worked with full url change?it's making Zend_layout disable layout fail
I have an admin webapp.one have to login before perfoming any action.Now the /default/index/index has the login form which is an ExtJs component.basically the login process is an ajax one.i've created ...
0
votes
0answers
99 views
How and where to configure and populate common values and elements in Zend Framework layouts?
I need to initialize many variables and render many elements into the layout: i.e. quick login form, shopping basket contents, logged-in user details, sidebar contents, etc.
I am looking for the most ...
0
votes
1answer
861 views
Zend - how to disable layout on a given action?
I have the following controller that, among other methods it has this one:
class EquipasController extends OccControllerAction {
public function listaAction()
{
...
0
votes
2answers
113 views
Where to put code required by the layout in Zend Framework?
I am using Zend_Layout for the layout of my Zend Framework application. It is very simple, but I still have a few operations that I need to do in the layout. For now, the code is included between PHP ...
0
votes
2answers
430 views
Zend_Test_PHPUnit_ControllerTestCase and Zend_Layout, unable to find Layout plugin while running tests
I am starting to write some test cases for controller classes using Zend Framework 1.10.6 and Zend_Test_PHPUnit_ControllerTestCase. I am having problems with one item, which is that while the test ...
0
votes
2answers
212 views
How to use a layout for emails in Zend Framework
I would like to use a layout for the emails I'm sending out. I'm currently usine Zend Layout for the web pages, but would like to theme my emails as well.
Here is what I've tried.
This is my ...
0
votes
1answer
237 views
Zend disableLayout() leaves html & body tags in output
could anyone take a look at this for me?
Problem: trying to output a csv on demand using Zend Framework. I want to avoid creating files on the system so I'm trying to use the same solution posted ...
0
votes
3answers
365 views
how to switch to other layout in zend framework?
if i have 2 layout in my application how can change my default layout to other layout for some controller or action?
0
votes
1answer
40 views
Using actionHelper without returning layout in output
I call an action helper in one of my views using the following code
echo $this->action('foo', 'bar');
The fooAction in the barController does its thing and outputs a list of pages. However, the ...
0
votes
2answers
644 views
Zend Layout - A “Smart” layout selector
I currently have Zend setup to look for a layout script in each module's view/scripts/layout.phtml file (ie: /application/modules/moduleName/scripts/layout.phtml). This is by setting layout[] to ...
0
votes
2answers
2k views
How do I access Layout object in Zend Framework plugin?
I am trying to use a layout for each actions in a controller. For example, I have three actions in index controller. Those are indexAction, testAction, and welcomeAction. I created three xml layout ...
0
votes
2answers
410 views
Zend_Layout display Login or Navigation
iam not sure if iam doing it the right way. My Goal is to display in my Layout an Login or an Navigation at the header section.
My implementation looks like this (without logic):
2 Layout scripts:
...
-1
votes
2answers
40 views
Performance effect using $this -> render(); while developing a layout?
A lot of time, it becomes necessary to separate some section commonly used like banner, footer to a separate file and later on include this parts as $this -> render('banner.phtml').
When this is ...
-1
votes
2answers
116 views
Zend Layout Problem [closed]
Trying to learn Zend Framework. I am sure I am doing something real stupid, but
<?= $this->layout()->content?>
shows content for index but not for others...
I mean ...