GMgKe586q6suSQnyqZLlGCooeWM

Pages

Search

Sunday, April 10, 2011

Zend - Built In Helpers

Helper is a function that you call from views.

1. Button Helpers
<?php
    $attr = array(
        'style' => 'background: yellow; border: 1px solid #ccc;',
    );
    echo $this->formButton('init', 'Init', $attr);
?>
Share/Bookmark

No comments:

Post a Comment