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
Post a Comment