F
|
Francesco_5000 author 7/15/2014 |
I answer myself, this is what I did:
|
![]() |
Admin 7/15/2014 |
Rather than telling us what doing trying to explain what you need to achieve. Most likely you won't need to parse the URL after all. |
F
|
Francesco_5000 author 7/15/2014 |
Rather than telling us what doing trying to explain what you need to achieve. Most likely you won't need to parse the URL after all.
|
![]() |
Admin 7/15/2014 |
To avoid dealing with search parameters extraction and executing the same query more than once simply calculate your totals and subtotals on the fly using events like BeforeProcessList. Example of this approach can be found in this article: http://www.asprunner.com/forums/topic/21091-implementing-running-total-in-phprunner/ |
F
|
Francesco_5000 author 7/16/2014 |
To avoid dealing with search parameters extraction and executing the same query more than once simply calculate your totals and subtotals on the fly using events like BeforeProcessList. Example of this approach can be found in this article: http://www.asprunner.com/forums/topic/21091-implementing-running-total-in-phprunner/
|
![]() |
Admin 7/16/2014 |
You lost me. I have no idea what kind of functionality you trying to implement. |