Tag: Zend

Zend Framework Tutorial Series: Part 3 – Login and Signup with (RE)Captcha

The third part of the tutorial series will present you with a fully functionable solution for a login and signup page that activates a RECaptcha, via Zend_Captcha as a Service, when the user attempts to login/signup 3 times and fails. The tutorial will also show you how to use your models and how to structure your bussiness logic inside your module based application.

Zend Framework Tutorial Series: Part 2 – Debugging your application

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 [...]

Zend Framework Tutorial Series: Part 1 – The Module Based Application

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.

How to avoid Identity Theft in Zend Framework with Zend Auth

The following tutorial will show you how you can improve your overall security in your PHP application (the tutorial is based on Zend Framework 1.10 and on the use of Zend_Auth but you can easily adapt it to something for your own needs). You will learn how to extend the Zend_Auth class into a highly customizable & secure Project Authentication class

How to add Ajax support in Zend Framework

In this tutorial, I will talk about how to handle AJAX request in a clean & simple way. Whether you use jQuery, mooTools or any other JS framework (or perhaps no framework at all) you will definitely going to love this painless solution of having an ajax view rendered without doing anything (ofcourse, after you set it up properly)

UnitTesting in PHP with SimpleTest in Zend Framework (the simple and fast way)

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.

Find me on twitter

Find me on Facebook

Recent Tweets