Last active
August 29, 2015 14:05
-
-
Save sergomet/576e8d9636e493c5f4f3 to your computer and use it in GitHub Desktop.
Phalcon - Windows Setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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