Full Ajax PHP MVC Framework -


i want create website. want use ajax every hyperlink , form. wanted use jquery hard create general code every link. want know if there php mvc framewrok works ajax? thanx.

@kenan, there wasn't in december there agile toolkit. it's open source too.

the way how works put "view" on "page" , can manipulate through javascript. here example:

$view=$page->add('loremipsum'); $button=$page->add('button')->setlabel('reload ipsum');  $button->js('click', $view->js()->reload()); 

clicking button use ajax reload section of page.

please comment , let me know if looking for. contributor i'm interested.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -