Here you can find some (I hope) usefull things related to PHP and Zend Framework.
Building Sample Web Site Based On Zend Framework (examples for user registration and login) series:
- Part 1 – The idea, the planning and other starting stuff
- Part 2 – setting up the project and actual start of coding
- Part 3 – making sessions work with database using Zend_Db_Table
- Part 4 – Zend_Form, CAPTCHA, Password Confirmation, Date selector field, Zend_Translate
- Part 5 – user registration and activation finished. User login and logout. Zend_Auth.
- Part 6 – (Very) Simple ACL plugin and simple AJAX with JQuery
Some small topics:
- Using subdomains like parameter for nice looking personal URL-s, while keeping the www subdomain
- Zend_Db_Table time overhead – about 25%
- Class for profiling time of code execution