我想使用 Zurb,但我不想用 ruby 编写网站。我可以将 Zurb 与 PHP 一起使用吗?
当 Zurb 手册指示您安装几个 RubyGems 时,我感到困惑。安装这些软件包不会有问题,但我可以在此基础上用 PHP 开发网站吗?
我想使用 Zurb,但我不想用 ruby 编写网站。我可以将 Zurb 与 PHP 一起使用吗?
当 Zurb 手册指示您安装几个 RubyGems 时,我感到困惑。安装这些软件包不会有问题,但我可以在此基础上用 PHP 开发网站吗?
你应该看看这个页面: http: //foundation.zurb.com/download.php
事实上,Foundation 可以通过几种不同的方式下载/安装。
其中之一是在 Ruby (RoR) 项目中安装一些 Gem,但这不是唯一的方法。您可以将其作为纯 CSS 和 JS 下载(用于所需的 JS 插件)并将其集成到您的 PHP 项目中,或者使用 Sass + compass 或 bourbon 或...(查看此页面上的“使用 Sass Standalone”:http: //foundation.zurb.com/docs/sass.html )
Rails 与 Zurb 没有任何关系。如果你想使用 php,例如使用 Sf2,它是目前最好的 PHP 框架之一,你可以使用这个包,它将帮助你将 Zurb Foundation 包含到你的项目中:https ://github.com/bmatzner/BmatznerFoundationBundle
Ruby has nothing to do with it. Just download the default css from here http://foundation.zurb.com/download.php. Actually you don't even need PHP, you can include it in basic HTML page just as usual CSS styles :)