![]() |
|||
PHP
IT Tags
include Xampp sdf Solr XML php mail Stop Script objects associative arrays SimpleXML mysql server check domain Overlapping Layers my_thread_global_end local server Simplexml Parser Mobile site UPDATE PHP and FLash multiple file uplo Remove Duplicate magento ecommerce indexing solr photo gallery local server control panel Combo box ajax XHTML server shutdown connection to MYSQL |
PHP and XAJAX Grid
By: Shailesh Singh | 04 Sep 2008 11:02 pm
Hi folks I came across this amazing class in the PHP classes forum. I have got the class running on my machine without any problem. I would like to achieve something like when the user selects to filter on a specific field then he should be able to see the defined relevant cols only and not all the cols from the db. For example I have Last Name , First Name, E-mail, Comments
I just walked through the code and thought of the same. In the current version, they have provided the search option for a particular one column only in the select list.
You can alter that and make multi-column. But you need to change the same in form as well as the query logic part in the table.inc.php file (eg: person.inc.php file). You need to pass all the user input field values to the method of the table class. Then generate the query which would be depends on the data. Thanks.
By: PHP Guru | 04 Sep 2008
|
