Book Image

Learning Phalcon PHP

Book Image

Learning Phalcon PHP

Overview of this book

Table of Contents (17 chapters)
Learning Phalcon PHP
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Summary


In this chapter, we created the database structure for our project, and you learned how to create a CLI application. We created models and managers and saw how relations between tables work. You also learned about model behavior ("timestampable"), model validations, and the storage of related records.

The next chapter will be about developing an API module, and we will have the chance to discover more techniques of working with models, searching for data, authenticating users, and much more.