5

Why does the Fat Free Frameworks (F3) $db->exec() method have its array count from 1 and not 0.

Instead of doing:
[$param1, $param2]

You have to do:
[ 1=> $param1, 2=> $param2]

WHO THE FUCK THOUGHT THAT WOULD BE A GREAT IDEA?

This is something that PHP PDO gets right, AND I FUCKING HATE PDO!!!

Comments
Add Comment