Posts Tagged ‘ model ’
My assumption going into this was that creating a tree-like relationship within one of my models would be fairly straightforward with Cake’s model relationships. As it turns out, I was absolutely correct. Let’s say we want to create a model called “Category”, and each category can belong to a parent category. In other words, we want [ READ MORE ]