Work on fixing long parameter list for getList method
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 22 Aug 2019 20:16:16 +0000 (16:16 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 22 Aug 2019 20:16:16 +0000 (16:16 -0400)
commitac5bda72bf001fe5f6e3539f90014a904d9d6367
treef2431c828e2cc5ffba3710f03c8bf454bda7fe5b
parentdedf9eb9ff26184bc4bab8cafef37e2137688b3c
Work on fixing long parameter list for getList method

Building a new method getResults.
New method will have defaults array that will be overridden by the
config array given to it. The old method will just call the new one.
This is to keep backward compatibility for anything and everything that
is current using getList(). Newer models can start using getResults
method.
New config array options include groupby.
lib/GlmDataAbstract/DataAbstract.php