Alex Schwarz

Results 12 comments of Alex Schwarz

+1 you got any solution for this?

OK – figured out this way. Maybe there is a shorter? ;-) ``` php $whereCond = new Where(QueryFactory::createSelect()); $whereCond->eq('test', 1); $writer = new WhereWriter(new GenericBuilder(), new PlaceholderWriter()); var_dump($writer->writeWhereClauses($whereCond)); ```

Should be merged in the main branch! +1

@martinweinmayr Wake me up, when today ends ;-)

@martinweinmayr I am using dockware/dev:latest, the make command does work in terms of enabling, but the host is not inserted properly, now there is an empty value instead of "host.docker.internal".

My first thoughts were new attributes on the same level as `listSelector`, possible names could be `offset` and `limit`. So for example, a configuration for scraping the current [NGINX ](https://nginx.org/en/download.html)...

OK – but there is no out-of-the-box solution to switch the Driver? Now i have the problem that the connection to Redis (done in function establishConnection in Redisent.php with fsockopen)...