Image view helper to generate an image tag Arguments to pass are: Uniqe name for the image tag. Will be the id attribute. Path to the image file. Tag Attributes.…
Tag Archives: OOP
Would it be better if all PHP string functions are methods of a String class? Would that make working with strings an easy job? and make the code easier to…
FlashMessenger is an action helper in Zend Framework used to pass messages for the users on the next request. Thats all good, but what about presenting the messages for the…
PHP 5.6 comes with some new features. This post is to preview the Argument unpacking.
PHP 5.6 comes with some new features. This post is to preview the Variadic functions This new feature looks as follows: