Welcome Guest, Not a member yet? Register   Sign In
Trying to call uasort from within a model method
#5

[eluser]danmontgomery[/eluser]
http://php.net/manual/en/function.uasort.php

Code:
//Note use of array to reference member method of this object in callback
uasort($this->dataSet,array($this,"cmpName"));


Messages In This Thread
Trying to call uasort from within a model method - by El Forum - 06-09-2010, 06:30 AM
Trying to call uasort from within a model method - by El Forum - 06-09-2010, 06:37 AM
Trying to call uasort from within a model method - by El Forum - 06-09-2010, 06:42 AM
Trying to call uasort from within a model method - by El Forum - 06-09-2010, 06:50 AM
Trying to call uasort from within a model method - by El Forum - 06-09-2010, 07:21 AM
Trying to call uasort from within a model method - by El Forum - 06-09-2010, 09:02 AM
Trying to call uasort from within a model method - by El Forum - 06-09-2010, 09:10 AM



Theme © iAndrew 2016 - Forum software by © MyBB