Which AJAX to use? |
[eluser]Hamilogre[/eluser]
I've noticed on the wiki there are a few different solutions for ajax. AJAX for CodeIgniter, XAJAX, tinyajax. Which one should I use?
[eluser]Hamilogre[/eluser]
Do you use this with scriptaculous and prototype as well?
[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 |
Welcome Guest, Not a member yet? Register Sign In |