PHP Classes

A select line before table

Recommend this page to a friend!

      AJAX Paginator  >  All threads  >  A select line before table  >  (Un) Subscribe thread alerts  
Subject:A select line before table
Summary:Hi page show SELECT * FROM aircraft LIMIT 0 , 10;
Messages:2
Author:sami
Date:2010-11-16 09:21:55
Update:2010-11-20 19:24:10
 

  1. A select line before table   Reply   Report abuse  
Picture of sami sami - 2010-11-16 09:22:04
Hello

Great script , just one thing i`ve adapted it for my page and there is a line that says "SELECT * FROM aircraft LIMIT 0 , 10;" on top of the page that shows the table , I`ve checked all the code and php/js files but couldn`t find it .

So how do i find it and remove it?

Thanks in advance.

  2. Re: A select line before table   Reply   Report abuse  
Picture of Omar Abdallah Omar Abdallah - 2010-11-20 19:24:15 - In reply to message 1 from sami
There is a property called debug set it to false
it seems that you have set it to be true or because it is set in the example to be true by default so please remove the line or set it to false

example:
$paginator = new AjaxPaginator('1',$recordsPerPage,$query,$conn);
$paginator->debug = false;

Thanks for using the class, please rate if you like it.