3
I can get the userid now. yeah i guess this renderwhere not working
I tried other method saw in a post by trabis but that also not seems to be getting the rows from table
$criteria = new CriteriaCompo(new Criteria('userid', $uid));
$criteria->setSort("date");
$criteria->setOrder("ASC");
$numrows = $bookingsHandler->getCount();
$bookings_arr = $bookingsHandler->getall($criteria);