+3  A: 

Why are you not satisfied with zend framework? You can use the components separately, without connecting the entire framework.

[Edit 1] Read about this in overview: http://zendframework.com/manual/en/introduction.overview.html And if you need, I can show you an example.

DimaKrasun
i am not familiar with zend,cam i use zend framework and plain php in same project?
Alex Mathew
yes of course, you can use it with plain php
DimaKrasun
@Alex different from most other frameworks, Zend Framework can be used as a component library, i.e. you can download and use the parts you need only, without having to adopt their MVC application structure.
Pekka