Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1
  • 2

TOPIC:

Re: Fly? 22 Aug 2012 09:47 #3256

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 986
It is not easy (in model) in present version.

But you can do it much easier from the view :
$myModel->addOrder('a.xxxxx');
OR
$myModel->addGroupBy('a.xxxxx');

The difference is that the groupby is prioritary regarding to any other orders. (grid sorting for example)
Coding is now a piece of cake

Please Log in or Create an account to join the conversation.

Last edit: by admin.
  • Page:
  • 1
  • 2
Time to create page: 0.047 seconds

I'm playing around with the new mvc and the FORK feature is FANTASTIC!!! it's saving me a lot of time! you are doing a very good job!!

Tomaselli (Forum)  

Get Started