We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

The steps to build up a site with phalcon framework.

Hi, guys. Can you help me? I want to be sure about the steps to build up a website with phalcon framework.

  1. install phalcon framework and config develop environment.
  2. Create basic folders with Hierarchical relationship.
  3. Create controllers and views. 4.?

Or

  1. Install phalcon framework and config develop environment.
  2. Design and create html site.
  3. Create basic folders with Hierarchical relationship.
  4. Copy js img css folders to public folder from html site and create controllers and views.
  5. Create database, build models. 6.convert html page to volt one. 7.?

Or

  1. install phalcon framework and config develop environment.
  2. Design and create html site.
  3. Creat database. 4.Gernarate basic folders and files with Hierarchical relationship by devtools.
  4. Copy js img css file to public folder from html site . 6.convert html page to volt one. 7.?

Which one is the simplest and CORRECT?

Hi,

You can install phalcon devtools (https://github.com/phalcon/phalcon-devtools) and generate empty project using command:

phalcon project [name]

Next you can create your controllers, models and views.



10.3k

I tried but failt on windows7.



5.2k
Accepted
answer

Hmm, I never try to develop anything in php on windows. What error do you get?

By the way - maybe you should meet the vagrant - https://vagrantup.com :)



10.3k

ok,I'll try Thank you.