CI_DB_result::custom_row_object()

custom_row_object($n, $type)

Parameters:
  • $n (int) – Index of the results row to return
  • $class_name (string) – Class name for the resulting row
Returns:

The requested row or NULL if it doesn’t exist

Return type:

$type

Returns the requested result row as an instance of the requested class.

doc_CodeIgniter
2016-10-15 16:31:24
Comments
Leave a Comment

Please login to continue.