Search Results For: 'view'
This video covers how to setup and user Zend View Helpers. I also cover how state is managed within the class. Next week I'll show you how you can use this technique with a bit of AJAX to...
Views: 678 Uploaded On: 05/25/2012
One of the many benefits of ASP.NET MVC is its extensibility. It's possible to replace / add functionality for most of the major components. In this video we'll take a look at replacing t...
Views: 2605 Uploaded On: 01/14/2010
This screencast covers Zend View Partials, an often overlooked portion of the Zend_View_* collection of classes, however, I’ve found them super handy when writing complex templates. Run...
Views: 1042 Uploaded On: 05/28/2012
This is the second part of last weeks tutorial. Here we add some JQuery code and look at how Zend_View_Helper_* classes can be written in such a way that they behave the same when they’...
Views: 947 Uploaded On: 05/28/2012
Create new HTML Helpers to make it easier to generate view content. Stephen Walther demonstrates two simple methods of creating new HTML Helpers.
Views: 2416 Uploaded On: 02/12/2010
Learn how to clean up your code through refactoring. This episode will show you how to move code from the view into the model to remove duplication and simplify the view.
Views: 769 Uploaded On: 09/30/2010
Learn how to create unit tests for controller actions. In this tutorial, Stephen Walther demonstrates how to test whether a controller action returns a particular view, returns a particul...
Views: 4163 Uploaded On: 02/12/2010
Need to display a set of database records in an ASP.NET MVC view? Learn two methods of displaying records in an HTML table. You learn how to perform all of the formatting inline. You also...
Views: 4266 Uploaded On: 02/14/2010
This video looks at the HeadLink view helper and how blueprint can easily be integrated into an existing zend_layout.
Views: 527 Uploaded On: 05/21/2012
Advertisement