Horacio Segura, on 15 January 2010 - 03:27 PM, said:
maybe the problem is the alias of "Article"
in 1.1.0 the alias is harcode to "t"
see http://www.yiiframew...de/database.arr
Disambiguating Column Names
try
in 1.1.0 the alias is harcode to "t"
see http://www.yiiframew...de/database.arr
Disambiguating Column Names
try
$allArticles = Article::model()->with('category', 'author', 'reviews', 'proficiency')->together()->findAll(array('order'=>'t.proficiencyId,t.title'));
I missed that bit in the guide. Of course it works now
Thanks Horacio

Help












