Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • D digitec-wiki
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Digitec
  • digitec-wiki
  • Wiki
  • phpstorm phalcon

Last edited by Mike McLin Feb 07, 2014
Page history

phpstorm phalcon

Home / PhpStorm / Guides / Phalcon

Configuring PhpStorm and Phalcon

This document assumes that:

  • You have a working install of PhpStorm on your system.
  • You have a local AMP installation as prescribed by Digitec.
  • The steps described below are derived from this video: Integrating Phalcon with PhpStorm IDE.

Steps

  1. Follow the instructions for your system and install Phalcon Developer Tools.
  2. Add command line support for phalcon to phpStorm.
  3. Access PhpStorm settings (Linux, Windows: File > Settings, Mac: PhpStorm > Preferences).
  4. Select Comand Line Tool Support and click the plus + sign in order to add the phalcon CLI tool. 1. Select Custom tool in the Tool Settings dialog. 2. Enter the (absolute) Tool path of the phalcon.sh contained in the phalcon-tools folder you installed in Step 1. 3. Enter phalcon in the Alias field. Description can be left blank. 4. Click OK. 5. Click Apply. 6. Click OK.
  5. Add phalcon IDE stubs to your phpStorm project.
  6. Open your project in phpStorm.
  7. Right-Click on the External Libraries in the Project pane.
  8. Select Configure PHP Include Paths.
  9. Set PHP language level to 5.5
  10. Set Interpreter to /usr/local/bin
  11. Click the plus + sign and add your include path (you can navigate to your path by finding the phalcon-tools folder installed in Step 1 and navigating to /phalcon-tools/ide/1.2.5).
  12. Click OK.
  13. Click Apply.
  14. Click OK.

References

Clone repository
  • alpha beta testing
  • browser testing
  • camtasia licenses
  • code delivery processes
  • coding practices
  • css and sass coding standards
  • database schema standards
  • dependency management
  • development environments
  • digitec agile process
  • digitec gitlab styles
  • digitec software promises
  • digitec spec process
  • gitlab administration
  • gitlab issues tags
View All Pages