Creating model for “related” posts
I wanted to create a section on my page that leads to related posts. One proposition was to create additional table and store from and to ID’s of related posts. First we want to have our model, nothing special about it, just an example Post class. Next, we need a class that will connect […]