- 授权协议: MIT
- 开发语言: PHP JavaScript
- 操作系统: 跨平台
- 软件首页: http://jquery4php.sourceforge.net/
- 软件文档: http://jquery4php.sourceforge.net/
软件介绍
jQuery4PHP ( jQuery for PHP ) 是一个 PHP5 库,用于简化使用 PHP 对象来编写 JavaScript 代码。开发 RIA 应用非常简单,无需了解太多 JavaScript 知识。提供大量 UI 组件库。集成很多 jQuery 的 UI 方面的插件。
示例代码:
<div>
<input type="button" value="Get Data [POST]" id="ajaxPostType" />
<?php
echo
YsJQuery::newInstance()
->onClick()
->in('#ajaxPostType')
->execute(
YsJQuery::post(
'examples/response/ajaxResponse.php',
array('my_data' => 'data'),
new YsJsFunction('alert(response)','response'),
YsJQueryConstant::DATA_TYPE_HTML
)
)
?>
</div>
Ruby for Rails
David Black / Manning Publications / 2006-05-11 / USD 44.95
What's Inside * How Ruby and Rails work, separately and together * Extensive Ruby language tutorial * Ruby techniques for Rails applications * Explore the Rails framework source code A new level of pr......一起来看看 《Ruby for Rails》 这本书的介绍吧!
