- ‹Getting blank page in Welcome page
- ›Installation and setup • Installation Symfony 2.1 beta 3 gives HTTP Error 500.0
Related talks
Posted on
Tuesday 18 June at 7:6AM by PHPDeveloper.org
Posted on
Tuesday 18 June at 1:30AM by Fabien Potencier
Posted on
Tuesday 18 June at 1:30AM by symfony Blog Quotes
Symfony Zend Lucene connect two tables
I have 2 connected Tables whit foreign key. I want to indexing fields from this two tables into zend lucene for search.
//example:
table 1 users:
username:
email:
...other fields
table 2 Users info:
users_id //Id from first table
first_name
last_name
city
I alredy have lucene on first table but i want to search whit all this fields.
How to merge first and second table ?
Read Full Article