von Jörg | Feb 8, 2011 | Programmierung
As my favorite Zend Framework guru Padraic Brady pointet out on his blog, most forms are just about an invitation for hackers and other subversive folks to (ab)use your forms, and PHPs „addslashes“ or „striptags“ just don´t get the job of...
von Jörg | Feb 5, 2011 | Programmierung
Managing Zend_Form in both MVC and no-MVC environments has a huge advantage, since Zend Framework comes with a load of decorators (HTML to display form fields), validators (functions to check user input) and filters (functions to filter user input). If you look for an...
von Jörg | Feb 5, 2011 | Programmierung
The controller is the most important part in this ZF tutorial. This is where most of the PHP code resides. It handles all input – coming thru the file receiving the Ajax rating – as well as all output – e. g. updating the rating scores. The only...
von Jörg | Jan 29, 2011 | Programmierung
When using maps on a website, Google is clearly the service to go with. If you are using JavaScript only, parsing a JSON response from Google shouldn´t be difficult, but how to use the response in PHP? In this article, I´ll describe how to use Zend Framework...
von Jörg | Jan 20, 2011 | Programmierung
I just spent about 2 days to convert my old MySQL database from latin1 / latin1_general_ci to UTF-8 character encoding. There are about a gazillion pitfalls, especially when you work on old PHP code mixed with ZF code, on a live site of a client. The first tip...
Neueste Kommentare