Lior.php
Lior.php
I want to save all visitor actions, before and after he's login and no matter on which computer (after he login. i can recognize him). Thanks!
When i use this line: `$this->_db->from($this->getTable(), $id)->fetch()` $id is the value of "primaryKey" column, the default is 'id', by: lichtner\fluentpdo\src\Structure.php line 22 (Structure constructor). This constructor activate when i set...
I have array with 5,000 new lines to insert into table. Can i insert them all in one query? I know how to do it on mysql query, there is...