PHP Classes

execute bound problem

Recommend this page to a friend!

      PDO Paginator  >  All threads  >  execute bound problem  >  (Un) Subscribe thread alerts  
Subject:execute bound problem
Summary:wath happen to the binding of the query !
Messages:1
Author:Jean-Christophe
Date:2011-04-09 04:29:54
 

  1. execute bound problem   Reply   Report abuse  
Picture of Jean-Christophe Jean-Christophe - 2011-04-09 04:29:54
hello your class look like very exiting but alone with my already exists pdo use the extension with your class doesn't work well for me...

always the same error event if I don't use it in my pages ...

message 'SQLSTATE[HY093]: Invalid parameter number: no parameters were bound' in C:\wamp\www\AVCQ3\assets\php\PDOPaginator.php on line 70

It fall in exception on the "execute" function...

Even if I put simplicity in query just like: select * from rencontres...

Maybe it's my PDO... ?
Did I miss a param some were ? and your example have some little syntax error...