ZENDFRAMEWORK ARTICLES

For making free calls with VOIP software or making calls to landline phones at really low rates, Voipclub.biz is a good option to consider. The software has been thought to include almost everyone of the most popular operating systems, something...

Skip to content

A lot of people turn to organic products these days for a change from buying and consuming highly industrialized products. Not that they are a bad choice, but organic products can be more friendly to the environment and maybe offer a healthier...

Wajam is an extension for web browsers, that lets you get search results of contents shared by your friends on social networks. We all rely on what our friends sometimes think about any kind of topic, from movies to the car they bought recently or...

This blog was created by a book lover to find kindred souls and share that passion. His name’s Ron, and he has recently launched Thebooksdialogue.com. Other industries have been competing with publishing to provide the crowds with...

Basically PHP error are categorized by error levels for various kind of errors and its define all kinds of error from notice to fatal errors.The error level defines the seriousness and importance of errors.Most of the errors may be caught with a...

Just as you can define a toString() method in programming languages such as Java and C#, you can have __toString() magic methods for PHP classes too.

Puppet modules are a fantastic way to deploy and manage specific applications. The Puppet Forge contains a wealth of third-party modules that allow you to do some awesome stuff with a minimum of work. In this post, we use a module from the Forge to...

Contrary to popular belief, Ajax is not rocket science, especially with the right library. This videos explore the popular Prototype and jQuery libraries showing how they can simplify typical Ajax techniques and make JavaScript easier to work with....

Codeception is new BDD-style testing framework for PHP. It makes testing easier than it was before. In this article a sample unit test is demonstrated. And as a sweet bonus test code is transformed into DocBlox documentation.

I like to start my blog with a small tutorial where i do explain, how you can debug remotely in PHP using Xdebug.

Bitwise operators allow to operate on the bitwise representation of their arguments.