The docs do not explain clearly how cascade delete works. Does it delete both ways?
For example,
Product:If cascade delete is enabled, every removal of each photo revision will eventually end up deleting the product.
What if we just want a one-way cascading delete, whereby only the parent is removed should its children be removed?
Currently my controller is running a ton of loops and model calls to check for this behavior.
Again the docs could be used to better explain how to extend Observers correctly.
Here's an example of what I want to do:
Product Photo:
A good example would be Casset, but it seems that the developer has stopped updating it and I fear it may become obsolete in near future. I don't see any other alternative packages that are as straightforward as Casset.
Perhaps Fuelphp could even adopt Casset as a more robust complement to the existing Asset class.
Both of these are still a huge mystery for newcomers.
Screencasts/Tuts on straightforward concepts would be greatly appreciated and will probably help make fuelphp much more popular.
Example concepts would be:It looks like you're new here. If you want to get involved, click one of these buttons!