Milan Majer

Results 3 issues of Milan Majer

Občas je užitečné fetchovat výsledek do vícerozměrného pole. Bylo by tedy zajímavé, kdyby fetchPairs v prvním parametru podporovalo pole sloupců jako např.: ...->fetchPairs(['category_id', 'id'], 'title')) O úpravu jsem se pokusil,...

Example: MySql testing data: mysql> create database notormtest; mysql> use notormtest; mysql> create table fetchtest (id int not null auto_increment primary key, data1 int, data2 varchar(10)); mysql> insert into fetchtest...

Current code composition not allow easily use custom transport without copying lot of code from current classes. Using two small changes in PR is posible to register custom transport like...