Last updated
Last updated
select is for retrieving a single row in the table.
The get
method return the result of the query where each result is an array. You may access each column's value by accessing the column like this $user_data['fullname']
.