daza110
daza110
OK, I have migrated to a new server and whilst doing so decided to use composer to install ezsql. We were using v3.08 which was **not** installed via composer on...
So there is non work around then? I have to go through and change all of my $db->num_rows to $db->getNumRows() I'll take a look then.
OK if anyone else comes across this issue I did a global update with the following command to batch update this: grep -rl '$db->num_rows' /path/to/folder | xargs sed -i s@'$db->num_rows'@'$db->getNumRows()'@g
Unfortunately there is no way to add a custom label. As I did not need the organisation field I used this instead.