| Re: PHP-Debugging without XOOPS |
| by Mamba on 2011/4/4 7:33:16 I have updated the package to the latest FirePHPCore files, and have written a short tutorial for Debugging XOOPS with FirePHP. See more in this thread Feedback and improvement suggestions for the Tutorial are appreciated. |
| Re: PHP-Debugging without XOOPS |
| by kaotik on 2009/11/3 13:14:02 version 1.3 doesn't seem to work with XOOPS 2.4.1 It gives a fatal error. |
| Re: PHP-Debugging without XOOPS |
| by kaotik on 2009/8/13 10:44:55 bumciach: I used to do tables using ajax also, I've since partially abandonded it, Why? Well javascript is a client language, meaning all manipulation is done on the clients side. I load the necessary info for the table unto the clients computer, then let javascript take over and sort it. This way the client can interact with the info as he/she see's fit, without placing an additional burden on the server. This is what I'm using: Demo Home page. With this you can load 400/600 (or more) records onto the users computer and this jquery plugin will break the results into pages, perform sorting, allow the user to select how many records to see at once and even search through the records. This is the power of javascript. I've been reading through jqGrid and it's also a great plugin. It can perform the same way. I'm actually going to do some testing with it ![]() |
| Re: PHP-Debugging without XOOPS |
| by kaotik on 2009/8/13 10:29:38 I wasn't happy with the ajaxify was behaving so I used another plugin for the same example. This one uses a submit button. You can read about the plugin here: http://www.malsup.com/jquery/form/ jqueryForm example |
| Re: PHP-Debugging without XOOPS |
| by frankblack on 2009/8/12 18:53:03 Cool! Thx a million, I'll test an report. If it is really so simple ... then ... |