/**
* Handles method calls when a static method is not implemented
*
* @return mixed
*/
public static function __callStatic(string method, array arguments)
{
return self::_invokeFinder(method, arguments);
}
/**
* Try to check if the query must invoke a finder
*
* @return \Phalcon\Mvc\ModelInterface[]|\Phalcon\Mvc\ModelInterface|bool
*/
protected final static function _invokeFinder(string method, array arguments)
POST http://site.com
text text text
###