Introducing Zend View Helpers
Category: Web Development > PHP
Posted: 02 Aug 09
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 make those View Helpers shine! I'll post the project code for both videos with part 2.
|
|
|
|
|
Markaby in Helper
Category: Web Development > Ruby On Rails
Posted: 10 Oct 07
Do you ever need to generate HTML code in a helper method? Placing it directly in Ruby strings is not very pretty. Learn a great way to generate HTML through Markaby in this episode.
|
|
Custom Helper Modules
Category: Web Development > Ruby On Rails
Posted: 28 Aug 07
Rails designates one helper module per controller, but that shouldn't stop you from making custom helper modules to help structure the code. Learn how in this episode.
|
|
Blocks in View
Category: Web Development > Ruby On Rails
Posted: 10 Jun 07
If you try to create a helper method which accepts a block, you will run into a few gotchas. Learn the secrets of blocks in views in this episode.
|
|
Named Routes
Category: Web Development > Ruby On Rails
Posted: 24 May 07
When you add a custom route, make it a named route so you have url helper methods to easily link to that new route. See episode for details.
|
|