Articles by arhimede

Dotkernel

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 beein…

Read more →
Dotkernel

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…

Read more →
Dotkernel

Dotkernel Database Naming Conventions for MySQL

Dotkernel borrows the database naming conventions from FaZend: Rules of naming of database tables and columns. FaZend is an open-source PHP framework based on Zend Framework.

Read more →
Dotkernel

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 anal…

Read more →
PHP Development

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.

Read more →
Dotkernel

Dotkernel Template Engine

Dotkernel Template Engine is an implementation of PHPLib Template engine for PHP5. It has an amazing ability to separate the application code from the presentation layer.

Read more →
Dotkernel

Dotkernel version 1.0 in action

Dotkernel is the DotBoost's in-house developed framework, based on Zend Framework. Dotkernel is at version 1.

Read more →
Zend Framework

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…

Read more →
Zend Framework

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

Read more →
Zend Framework

Zend Framework as PEAR accessible repository on Plesk server

Why we want to install ZF as PEAR ? Because is too boring and time consuming to move all ZF files up and down for each script you want to install , there are a lot of files. Also that way we can forge…

Read more →