I am using Symfony 1.3.2 with Propel ORM on Ubuntu 9.10. I have developed a form that dynamically populates a select widget with cities in a selected country, using AJAX.
I just started to use symfony 1.4 and Doctrine. (Used 1.0 - 1.2 + Propel a lot before). I thought to give Doctrine a try, because of the fast and huge
I am using Symfony 1.3.2 with Propel ORM on Ubuntu 9.10. I have a user profile table, which has many other tables linked to it (i.e. user_profile.i开发者_JAVA百科d is a FK in many other tables.