| 
 | TokyoTyrantTable::getGet a row Description
   public array TokyoTyrantTable::get
    ( mixed  $keys)
   Gets a row from table database.  Parameters
 
 Return ValuesReturns the row as an array Examples
 Example #1 TokyoTyrantTable::get example 
<?phpThe above example will output: 
array(2) {
  ["column1"]=>
  string(9) "some data"
  ["column2"]=>
  string(9) "more data"
}
Notes
 See Also
 
 |