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

A simple training manual

Dear all,

I am new user to Phalcon, but I see the official manual that, it is so difficult to start as beginner, do you have ebook> Getting Started with Phalcon?



15.1k

I really don't think that you need a book for this. The easiest way to learn phalcon is by following the basic tutorials from docs:

  1. https://docs.phalcon.io/en/latest/reference/tutorial.html
  2. https://docs.phalcon.io/en/latest/reference/tutorial-invo.html
  3. https://docs.phalcon.io/en/latest/reference/tutorial-rest.html

They all introduce you to more and more advanced concepts. In general phalcon behaves in the same way as any other framework out there.