Tuesday, August 01, 2006

Zend Framework

Playing around these days with Zend Framework I found very useful modules, except controllers, views and so.

People from Zend have made a very good RewriteRoute module.
It allows you to use URIs like http://mydomain.com/section/action/var1/key1/var2/key2, which are very good for SEO (Search Engine Optimizations).

Zend Db and it's submodules are great, too. They present the DB as an object (many table objects), which you can manipulate with their methods (insert, delete, select, update...).
I want to try them for obicham-te.com. Seems that this will make me work against time. We'll see :)

Monday, July 31, 2006

Obicham-te.com

Some time ago I wanted to build a dating website, so I registered obicham-te.com

The time has come! :) My friend and I started to examine what we would need about such a website.
Mainly we will use Mysql <-> XMPP Server <-> PHP driven website
Why XMPP? Because it's something new & interesting & easy to recreate in future.

We've choosen Djabberd (http://www.danga.com/djabberd/ - Perl XMPP server) & Zend Framework for base tools.

Till now I have excellent observations on Zend Framework and these days will start coding a XMPP module.