Learn To Program
Increase Your Knowlegde and Build Your Skill!
Pages
(Move to ...)
Home
Me
▼
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);
?>
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment