Hi,
So I created a table, with the following fields:
id, parent_id and title
So the hierarchy is happening in just one table. How should I setup my model for the cascade_delete to setup?
Or should I just check for it in my controller?
Just out of curiosity... Does anyone understand my question?
I mean, my english ain't perfect and usually I need to explain something with several examples for people to understand my problem.