i had an error in the generated Code for that.. has been fixed in the next version that will come.. for now, what u can do to fix it, in the genManager classes, go to the search and getAll method.. u'll see when it passes paramters to DAO... it passes $sortBy=""... so making sortBy always blank.. just remove the =""...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello
At first let me say: Good job guys!!!
The SortBy property of table classes are not making effect in the search results!!! Is it implemented in 3.0 alpha ???
Thanks
Joao
i had an error in the generated Code for that.. has been fixed in the next version that will come.. for now, what u can do to fix it, in the genManager classes, go to the search and getAll method.. u'll see when it passes paramters to DAO... it passes $sortBy=""... so making sortBy always blank.. just remove the =""...