Finally got it figured out. Was a naming issue with objects -- need an
array with the name of the class, in this case the controller.

class MyController extends AppContoller {

function mycmp($a, $b)
{}
function index() {
        uksort($nbaits, array('MyController','mycmp'));
}


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to