phproad / phpr-framework

[PHPR Framework] PHPRoad system files
http://phproad.com
MIT License
12 stars 2 forks source link

Active Record Joins #28

Open patrickheeney opened 11 years ago

patrickheeney commented 11 years ago

I have multiple Db_DataFilter that $model->join('table', 'table.id = product.id'); on the same table which causes a conflict. I don't see any methods exposed to check for the join. Perhaps identical joins could be ignored automatically.