Subject:*
<
Name/Email:*
<
Message Icon:*
<
Select*
<
Message:*
<



Click the Preview to see the content in action.
Options:*
<
Confirmation Code*
<
3 + 6 = ?  
Input the result from the expression
Maximum attempts you can try: 10
*
<
     
prefix('debaserradio')." WHERE radio_id = ".intval($radioselect).""); list($radio_id, $radio_stream, $canplay) = $xoopsDB->fetchRow($result1); $canplayarray = explode(' ', $canplay); $result2 = $xoopsDB->query("SELECT xpid, name, html_code, playericon FROM ".$xoopsDB->prefix('debaser_player')." WHERE xpid IN (".implode(', ', array_map('intval', $canplayarray)).")"); $imagerow = ''; while($fetch = $xoopsDB->fetchArray($result2)) { if ($fetch['html_code'] == 'external') { $imagerow .= ''; } else { $imagerow .= ' '; } } $content = $imagerow; $objResponse = new xajaxResponse(); $objResponse->assign("radiolistresponse","innerHTML", $content); return $objResponse; }[/code] HTML code: [code] -- [/code] I would like to see how this can be done with ajaxify. I just want to emphasize, that I don't want you to code for me, but just give me a little push into the right direction. HINT HINT ;-)[/quote]" />

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 ...

Who's Online

203 user(s) are online (168 user(s) are browsing Support Forums)


Members: 0


Guests: 203


more...

Donat-O-Meter

Stats
Goal: $15.00
Due Date: Jul 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $15.00
Make donations with PayPal!

Latest GitHub Commits