[nycphp-talk] Callback function in a class
Joseph Crawford
codebowl at gmail.com
Wed Jun 22 18:08:46 EDT 2005
maybe it doesnt work because you have this
$stores[0]['name'] = "store1";
$stores[0]['distance'] = "3.4";
$stores[0]['name'] = "store2";
$stores[0]['distance'] = "5.6";
so when you actually pass in the $stores array it only has one element
$stores[0]....
--
Joseph Crawford Jr.
Codebowl Solutions, Inc.
1-802-671-2021
codebowl at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.nyphp.org/pipermail/talk/attachments/20050622/618f90bf/attachment.html>
More information about the talk
mailing list