PHP support back in Aptana 3.0

Aptana 3.0 is in beta stage, can be downloaded from the official site . The very super good news is that Aptana PHP Support is back , based on an annoucement from their forum. And even more,  will be integrated … Read MoreRead More

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

camelCase Table Names in MySQL on Windows

If you are using a WAMP stack, like WAMP or XAMPP, and try to create a table in camelCase ( example: adminLogin) you will notice that camelCase is not working, table name will be lowercase: adminlogin. In order to fix … Read More

DotKernel Database Naming Conventions for MySQL

This post refers to DotKernel 1, based on Zend Framework 1. If you are looking for DotKernel 3 or above related posts, go here. DotKernel borrows the database naming conventions from FaZend: Rules of naming of database tables and columns. … Read MoreRead More

DotBoost Technologies : Products and Services North American Relaunch

A new style and advanced approach to accompany the Dotkernel source release Dotboost is pleased to announce our North American Relaunch. This new phase comes as a result of dedicated research and analysis on how to best serve clients in … Read MoreRead More

Aptana PHP installation in Aptana 2.x

As all aptana fans know, Aptana PHP plugin was discontinued in Aptana 2.x, in favor of PDT. But PDT is a joke, not suitable for professional PHP development, major features are missing. So if you want to continue using Aptana … Read More

DotKernel Template Engine

This post refers to DotKernel 1, based on Zend Framework 1. If you are looking for DotKernel 3 or above related posts, go here. DotKernel Template Engine is an implementation of PHPLib Template engine for PHP5. It has an amazing … Read More

DotKernel version 1.0 in action

This post refers to DotKernel 1, based on Zend Framework 1. If you are looking for DotKernel 3 or above related posts, go here. DotKernel is the DotBoost‘s in-house developed framework, based on Zend Framework. DotKernel is at version 1.0 … Read MoreRead More

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