I am starting with Zend Framework 2
, I want to make a routing choice with the role of My user and I must write getRoleByID($id)
,
then How can'I write
" Select 'role' from user where ('id' = $id) "
with Zend\Db\Sql
I am starting with then How can'I write
|
||||
|
Example Using Select:
|
|||||
|