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…
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 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…
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…
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.…
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…