Utils
extends Injectable
in package
Manage builders utils
Table of Contents
- $mysqlToPhalconTypes : array<string|int, mixed>
- Mysql types to phalcon
- $phalconToMysqlTypes : array<string|int, mixed>
- __construct() : mixed
- Init variables
Properties
$mysqlToPhalconTypes
Mysql types to phalcon
public
array<string|int, mixed>
$mysqlToPhalconTypes
= ['int' => 'integer', 'tinyint' => 'integer', 'smallint' => 'integer', 'mediumint' => 'integer', 'bigint' => 'integer', 'float' => 'float', 'double' => 'double', 'decimal' => 'decimal', 'char' => 'string', 'varchar' => 'string', 'text' => 'text', 'mediumtext' => 'text', 'longtext' => 'text', 'date' => 'date', 'datetime' => 'datetime', 'timestamp' => 'datetime', 'time' => 'time', 'year' => 'integer']
$phalconToMysqlTypes
public
array<string|int, mixed>
$phalconToMysqlTypes
Methods
__construct()
Init variables
public
__construct() : mixed