Skip to content

Conversation

@jtheuerkauf
Copy link
Contributor

  • Completely remove docs for the blog tutorial - caused odd page continuity
  • Add tips for using bake to create structures and migrations
  • Split database.rst so the Articles model is a separate page
  • Minor grammar and phrasing updates

* Completely remove docs for the blog tutorial - caused odd page continuity
* Add tips for using bake to create structures and migrations
* Split database.rst so the Articles model is a separate page
* Minor grammar and phrasing updates
Comment on lines -159 to +162
Models are the heart of CakePHP applications. They enable us to read and
modify our data. They allow us to build relations between our data, validate
data, and apply application rules. Models provide the foundation necessary to
create our controller actions and templates.
The SQL statements to create the tables for this tutorial can also be generated
using the Migrations Plugin. Migrations provide a platform-independent way to
run queries so the subtle differences between MySQL, PostgreSQL, SQLite, etc.
don't become obstacles.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bear in mind, all these changes that look like complete replacements are actually new content, and the original was split to the new articles-model.rst file.

@jtheuerkauf jtheuerkauf marked this pull request as ready for review December 25, 2023 15:24
@markstory markstory merged commit 2630756 into cakephp:5.x Dec 26, 2023
@markstory markstory added this to the 5.x milestone Dec 26, 2023
@markstory
Copy link
Member

Thank You 🎉

@jtheuerkauf
Copy link
Contributor Author

Glad to help, glad you liked the changes.

@jtheuerkauf jtheuerkauf deleted the 7786-remove-blog-tutorial branch December 26, 2023 03:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants