Hello.
Why the error occurred???
Scanning error before 'Vokuro\Models\Re...' when parsing: SELECT [Vokuro\Models\Ref\СurrencyСodes].* FROM [Vokuro\Models\Ref\СurrencyСodes] (85)
<?php
namespace Vokuro\Models\Ref;
use \Phalcon\Mvc\Model;
/**
* СurrencyСodes
*/
class СurrencyСodes extends Model
{
public function getSource()
{
return 'currency_codes';
}
public function getSchema()
{
return 'ref';
}
}
CREATE TABLE currency_codes ( id integer NOT NULL, alpha_3 character(3) NOT NULL, "numeric" smallint NOT NULL, description character varying(255) NOT NULL );