Hello world 🙂 This is my first post on my first blog. I am hoping my new journey will be a great one, learning new things and sharing my knowledge…
Author Archives: Mohamed Alsharaf
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.…
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…
In one of my current projects, I wanted to create a view box that shows a list of regular meetings in the current week. The meeting table was: id title…
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…
In most of the Zend Framework projects that i worked on, i had some common actions such as, listAction, newAction, and editAction. Each of these actions have similar structure and…
How to create and modify elements in Zend_Form on fly? Lets say we have a form that creates a customer address. The form has the following fields: Country (select element)…
In my Zend Framework application I wanted a bootstrap class for every module. Each bootstrap class will instantiate confirguration specific for each module. You do not have to add a…
Design customisation for CMS page: Adding custom CSS class name in the body tag Remove a block area_name: is the name of the section in a page layout. For example…
Overview I have released a new extension for the Magento E-commerce system. The extension is a replacement for my first extension “Magento JQZoom”. The new extension has more features including:…