Skip to content

Instantly share code, notes, and snippets.

@sergomet
Last active August 29, 2015 14:05
Show Gist options
  • Save sergomet/576e8d9636e493c5f4f3 to your computer and use it in GitHub Desktop.
Save sergomet/576e8d9636e493c5f4f3 to your computer and use it in GitHub Desktop.
Phalcon - Windows Setup
Phalcon Developer Tools
http://docs.phalconphp.com/en/latest/reference/wintools.html
Possible errros:
1) In your wamp\xamp phalcon extension is loaded, but
Runing phalcon.bat:
- ERROR: Phalcon extension isn't installed, follow these instrution to install
This is because php used in command line is using another php.ini file.
To find used file run:
php -i | find /i "Configuration File"
Go to file an add phalcon extension, the restart command line and run phalcon.bat
CheatSheet
Creating a new project: phalcon create-project store
Generating Controllers: phalcon create-controller --name test
Preparing Database Settings
app/config/config.ini
Generating Models
phalcon model products
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment