Select random value

Issue #34 resolved
Belal Mohammad created an issue

How we can select 6 values randomlly ?

Comments (2)

  1. Belal Mohammad reporter

    Sorry, not random digit values, I need to select 6 record from database randomly as your database class like this

    $db->select('*')->fom('tblname')->random(6)->fetch();

  2. Log in to comment