Computer programming in PHP for business and passion
In: Books| PHP| Zend Framework
12 Nov 2009I’m reading the new book of Keith Pope, “Zend Framework 1.8, web application development” of PackT Publishing and my first impression is very good!
This book introduces the Zend Framework (ZF) using a direct approach to build a real web application in depth, in particular an e-commerce web site (you can download the source code [...]
In: PHP| Security| Zend Framework
22 Oct 2009In this post i’m going to refactoring the ZF Secure Login application, that i provided in my previous post, using the new Zend_Application class, out from the version 1.8 of Zend Framework.
Here you can find the source of the new application (12 Kb)
From the Reference Guide of ZF: “Zend_Application provides a bootstrapping facility for applications [...]
In: PHP| Security| Zend Framework
3 Jul 2009After a long pause i’m come back on my blog with a post about the development of a secure web login system in PHP with the use of Zend Framework. The issue to build a login system in a web application is quite common. The security aspect of a login system is absolutely important and [...]
In: PHP| Zend Platform
25 Apr 2009One of the features of the Zend Platform is the Job Queue, a server application that is able to schedule and manage the execution of php scripts (jobs).
The Job Queue can be used to create asyncronous execution of php script and provide, for instance, the scalability of a server application (for more info read the [...]
In: PHP
11 Apr 2009Today i created an example in PHP to display data into a Google map. I used my GMaps class (see my previous post) to retrieve geographic information for all the provinces of Italy, as you know i’m italian. I inserted all the data into a table of MySQL with the following fields: id, province, code, [...]
In: PHP
8 Apr 2009The Google Maps API are a very useful system to get geographic information. Maybe you are thinking cool! but i’m not a GIS developer so why i need to continue to read this post? Let me do an example. Scenario: you have to check the validity of the geo data of a list of customers [...]
This is my personal blog about computer programming in PHP for business and passion. I'm Enrico Zimuel a Software Engineer since 1996. I work as Senior Consultant & Architect at Zend Technologies. For more info about me visit my web site.