can any one tell me which PHP Frameworks are popular in market? if possible plzz give gd frame work tutorial links or ebooks.
The most popular are probably symfony, zend, and cakephp. Symfony has a huge how to book, forums, and a ton of examples: http://www.symfony-project.org/. The symfony learning curve is not fun, but once you understand how it works and how to use it, it greatly speeds up application development. It's the only one I've used enough to really comment on. Cakephp - http://www.cakephp.org/ Zend - http://framework.zend.com/
also Leigh from phpvideotutorials is about to release a video collection on frame works here: php videotutorials .c o m you need to pay for the courses but they are well worth it. Graham
I like PRADO: http://www.pradosoft.com/ It's component-based, event-driven and can give you many options for further development.