Continuing with the tutorial series, we will see how to debug the application. Debugging include easy to use methods of printing data on the screen, including ZFDebug Toolbar in order to manage all errors and queries, using the logger to log messages to Firebug, using a simple debug function that will place debug messages in your ZFDebug Toolbar, in a special Debug panel [...]
These are a series of tutorials which are meant to show you or guide you through developing a complex application with Zend Framework 1.10.
In this post, I will show you why it is important to use Unit Testing, how to use it and how to avoid writing the same code 2 times. Also, i will show you how to do a basic Test Driven Development with SimpleTest and Zend Framework 1.10. Also, this tutorial will show you how to directly link your tests to the code of your application, without duplicating content. At the end, you will be able to extend the tests to run on any code you write.
A tutorial for begginers with MySQL that will teach you how to setup a simple Master-Server replication in an UNIX environment.The tutorial will guide you through the process of setting up the replication settings on the master server, configure a user with replication privileges and then setting up the slave settings. At the end, once data is inserted into the master sql server, it will be available in real time on the slave server.
This plugins will definetly make you go UAU! Be sure that you will want to use atleast one of these in your next project. They vary from Front Office improvements to Administration panels enchantments. Also mind you that, some may not look very good, but these were selected because they can be so well customized (both design and usability) that they just overclass their sisters in terms of usefullness.
Ever got a project which was already started but you had to finish it? If so, you must know how much anger can a non commented code bring to a developer.
This article is meant to advice developers into creating and updating comments for each line of code they write. For example here is my work [...]