Sending e-mails in Zend Framework 2 is quite easy and requires small amount of code. Below example presents sending multipart e-mails (containing plain text and html at once): That’s it. It will create simple message and send it using sendmail.
sgCounter – jQuery plugin which supports length control in form fields
sgCounter is a tiny jQuery plugin which allows live control of your text fields in form. This plugin works with input text fields and textarea fields, which contains appropriate attributes set. It is also a visual friendly, because information about
Zend Framework 2: custom layout for error pages
By default error pages gets the default layout of our application based on Zend Framework 2 and inject it’s own content. Sometimes default layout has some features placed on it, which should not be presented on the error page. Especially