class Robots extends Phalcon\Mvc\Model
{
public function selectReadConnection($intermediate, $bindParams, $bindTypes)
{
....
params ($intermediate, $bindParams, $bindTypes) is fixed or custom?
how to set the param value?
class Robots extends Phalcon\Mvc\Model
{
public function selectReadConnection($intermediate, $bindParams, $bindTypes)
{
....
params ($intermediate, $bindParams, $bindTypes) is fixed or custom?
how to set the param value?