Search engine using Symfony [PHP5]
Here’s a great tutorial on how to create a fully functional search engine using the Symfony framework. You can develop your own search engine, with results ordered by relevancy, smart indexing and stemming of search terms. Head over to this fifteen-minutes tutorial from the symfony project.
Link: symfony PHP5 framework » Search engine
Symfony is a web application framework for PHP5 projects. It aims to speed up the creation and maintenance of web applications, and to replace the repetitive coding tasks by power, control and pleasure.


