Which AJAX to use? |
[eluser]gungbao[/eluser]
I am using "AJAX for CodeIgniter", wrote some little helpers and its really very good for a fast ajax implementation - even in codeigniter/oscommerce mashups, to enhance this evil admin panels with just few lines of code (don't tell your clients ![]() With very little coding, you write own helpers beeing placed in a view like <?=$this->ajax->in_place_editor_field('inplaceTest',array('value'=>'Huh'),array('url'=>'ajaxapi/inplace'));?> I remember, the coder of iheartrant.com did post some "helpful" helpers around very similar projax. greetz, chris p.s. this book was very good for me to get in deep ajax touch very fast: http://www.amazon.de/Prototype-Scriptacu...611&sr=8-1 |
Messages In This Thread |
Which AJAX to use? - by El Forum - 08-18-2007, 04:31 PM
Which AJAX to use? - by El Forum - 08-18-2007, 10:13 PM
Which AJAX to use? - by El Forum - 08-18-2007, 10:16 PM
Which AJAX to use? - by El Forum - 08-19-2007, 01:27 PM
|