Hi!
Docs say:
$profiler = new \Phalcon\Db\Profiler();
// Set the connection profiler
$connection->setProfiler($profiler);
However, the "setProfiler" method does not exist.
Any idea?
Hi!
Docs say:
$profiler = new \Phalcon\Db\Profiler();
// Set the connection profiler
$connection->setProfiler($profiler);
However, the "setProfiler" method does not exist.
Any idea?