Our step-by-step guide explains how you can create your own controller plugin in zf2. Fortunately creating a controller plugin is a very easy task. Create…
5 CommentsTag: ZF2
ZendMail provides generalized functionality to compose and send both text and MIME-compliant multipart email messages. Mail can be sent with ZendMail via MailTransportSendmail, MailTransportSmtp, or…
Leave a CommentThe Zend framework automatically does this if the user-selected route doesn’t exist.Although in some situations like getting data from the database where the route is…
Leave a CommentIn GF2 in order to use Sessions we should use this use ZendSessionContainer; class. This class Container extends of ArrayObject and instantiates with the ARRAY_AS_PROPS…
Leave a CommentToday’s post is About HTML Output Compression, we can reduce 10-20% load on the server by compressing the HTML output(bandwidth save, faster page loading) we…
1 Comment