Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 1.17 KB

File metadata and controls

16 lines (9 loc) · 1.17 KB

DEPRECATED

Please note that this repository has been marked as deprecated. We will be deleting it from our organization at 31 August 2018.

We want to be able to offer our community with quality work, and we cannot simply maintain all the available repositories. If you feel that this repository should be kept you can talk to us in our discord server (https://phalcon.link/discord). You can also fork the repository if you wish to and/or archive it for your purposes.

For more see: https://blog.phalconphp.com/post/repository-reorganization

Tutorial: your first encounter with Phalcon

We are going to walk through a process of creating a simple web application – blog.

Blog is often used as an introductory example, and there is a very good reason for that: it contains Create, Read, Update and Delete operations (CRUD for short), uses SQL database (NoSQL proponents move along please) as persistent storage - all of which are the basic building blocks of a web app.

In summary do not despair about yet another blog tutorial, it's a great showcase for any framework, and since the concepts involved in a blog are so well known, it's easy to follow