These steps will guide you through the process of installing Phalcon Developer Tools for OS/X.
预备知识(Prerequisites)
The Phalcon PHP extension is required to run Phalcon Tools. If you haven’t installed it yet, please see the Installation section for instructions.
下载(Download)
You can download a cross platform package containing the developer tools from the Download section. You can also clone it from Github.
Open the terminal application:
![](https://box.kancloud.cn/e80daeadc05850afcc19b7d886dbcca8_347x252.png)
Copy & Paste the commands below in your terminal:
~~~
git clone git://github.com/phalcon/phalcon-devtools.git
~~~
Then enter the folder where the tools were cloned and execute ”. ./phalcon.sh”, (don’t forget the dot at beginning of the command):
~~~
cd phalcon-devtools/
. ./phalcon.sh
~~~
In the terminal window, type the following commands to create a symbolic link to the phalcon.php script:
~~~
ln -s ~/phalcon-tools/phalcon.php ~/phalcon-tools/phalcon
chmod +x ~/phalcon-tools/phalcon
~~~
Type the command “phalcon” and you will see something like this:
![](https://box.kancloud.cn/3275050d3daf914f6fa1650ff094f1e9_547x326.png)
Congratulations you now have Phalcon tools installed!
- Welcome
- 安装
- XAMPP 下的安装
- WAMP 下安装
- Apache 安装说明
- Nginx 安装说明
- Cherokee 安装说明
- 使用 PHP 内置 web 服务器
- Phalcon 开发工具
- Windows 系统下使用 Phalcon 开发工具
- Mac OS X 系统下使用 Phalcon 开发工具
- Linux 系统下使用 Phalcon 开发工具
- 教程 1:让我们通过例子来学习
- 教程 2:INVO简介
- 教程 3: 保护INVO
- 教程4: 使用CRUD
- 教程5: 定制INVO
- 教程6: Vökuró
- 教程 7:创建简单的 REST API
- 依赖注入与服务定位器(Dependency Injection/Service Location)
- MVC 架构(The MVC Architecture)
- 使用控制器(Using Controllers)
- 使用模型(Working with Models)
- 模型关系(Model Relationships)
- 模型事件(Model Events)
- 模型行为(Model Behaviors)
- 模型元数据(Models Metadata)
- 事务管理(Model Transactions)
- 模型验证(Validating Models)
- Working with Models (Advanced)
- Phalcon 查询语言(Phalcon Query Language (PHQL))
- 缓存对象关系映射(Caching in the ORM)
- 对象文档映射 ODM (Object-Document Mapper)
- 使用视图(Using Views)
- 视图助手 (Tags)(View Helpers (Tags))