Zend Db Table Three tables JOIN

NetworkGeek

New Member
\[code\]1. payment(user_id, calculation_id)2. user(id, user_name)3. calculation(id, period_start_date, period_end_date)\[/code\]I need to select \[code\]payments\[/code\] with \[code\]user_name\[/code\], \[code\]period_start_date\[/code\], \[code\]period_end_date\[/code\]. How can I do it within one query in Zend Framework?Thanks a lot.
 
Back
Top