I\'m using CodeIgniter 2.1.3. I have problem with function list_fields()
which should return an array of fields of the MySQL result. So my code below should li
Try to check if there are any errors of your mysql on your linux machine (usually located in /var/log/mysql/error.log).
Make sure that the PHP and MySQL version in your Linux machine is the same as your Windows machine in case there are bugs on them in particular version.