I created the 'config' table. And yes, it is accessible through the default connection ...
but this query
$ result = \ DB :: select () -> from ('config') -> execute ();
return this result
Column not found: 1054 Unknown column 't0.id' in 'field list' with query: "SELECT` t0`identifier` AS` t0_c0`, `t0``id` AS` t0_c1` FROM` config` AS ` t0` "
and I do not know why ...
I can solved my first problem, y can create, edit and save the configuration on db. Now i need get all identifiers into an array or object for work with them.
And the quoted query up, dont work, and i dont know method can be used for get this result without use pure sql queries.