This post refers to DotKernel 1, based on Zend Framework 1. If you are looking for DotKernel 3 related posts, go here. DotKernel is the DotBoost‘s in-house developed framework, based on Zend Framework. DotKernel is at version 1.0 , released … Read More … Read More
Blog
Scienta ZF Debug Bar: A very helpfull ZF debug tool
Just found today a very interesting and helpful debug tool: Scienta We at DotKernel used some very basic debug bar: queries, time spent , memory used. But this Scienta is way more complex and nicer then our internal code, so … Read More
Zend Framework 1.7.0 Released
At first glance , the biggest news is AMF support: Adobe’s Action Message Format protocol to your PHP 5 application Download latest ZF
Javascript: Email Validator
Problem: email should allow +/- characters in user, – in domain. dash (-) should be allowed anywhere in an email address or domain. plus (+) is allowed in the username (many people use this for categorization, especially at gmail) Solution … Read More