Welcome Guest, Not a member yet? Register   Sign In
Which AJAX to use?
#1

[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?
#2

[eluser]Michael Wales[/eluser]
I'm a fan of YUI.
#3

[eluser]Hamilogre[/eluser]
Do you use this with scriptaculous and prototype as well?
#4

[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 Smile

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




Theme © iAndrew 2016 - Forum software by © MyBB