- Categories
- Best Practice (7)
- DotKernel (12)
- javascript (1)
- PHP Development (6)
- Zend Framework (3)
Category Archives: DotKernel
DotKernel 1.2.2 release
Yesterday, we released DotKernel 1.2.2. It contains some bug fixes: 31 – captcha errors try catch 32 – pagination issue 33 – Admin wrong link 34 – Acunetix results July 24th ( notices and one fatal error) 35 – update … Continue reading
Posted in DotKernel
Leave a comment
DotKernel 1.2.0 release
Finally we reached DotKernel 1.2.0 milestone. Since the previous released 1.1.2, some changes have been made. On database, we changed the names and structure of tables to respect database naming convention. http://www.dotkernel.com/dotkernel/dotkernel-database-naming-conventions-for-mysql/ A new word came into our DotKernel discussions: … Continue reading
Posted in DotKernel
Leave a comment
Sending emails using Dot_Email component and Zend_Email
Dot_Email class extends Zend_Mail, so all the methods from Zend_Mail are available in Dot_Email. Dot_Email is a simple class composed only from 2 methods, except constructor, all other methods beeing inherited from Zend_Mail. 1. setContent() , as the name is … Continue reading
Posted in DotKernel
Leave a comment