Harro Verton
Harro Verton
Implement cascading saves, meaning that when you save an object, it will automatically save loaded related objects for which this feature is enabled (could be global, per model or per...
Now that Datamapper is framework agnostic, it needs it's own validation system. https://github.com/fuelphp/validation is a good candidate.
It should be possible to create a deep relationship definition. In a situation where you have a parent->child->grandchild type of relationship, it should be possible to define a relation between...
In Datamapper v1.x a relationship definition is required in both models participating in the relation, because depending on the query constructed either one can be used, and in some cases...
It should be possible to use a junction table in more then one relation. This means that in delete operations, this should be taken into account, as the junction table...
Branch usage
@atvcaptain @Schimmelreiter @LraiZer @andyblac @plnick @jbleyel Gents, Who exactly is using the recipes from the repo, and who is still using the `master` branch? If no one, I would suggest...
Looks like work started by Frank, but never finished?
The Fuel core sort of relies on this feature, which can cause all sorts of misery, and is therefore deprecated in PHP 7.2. It means using an `ini_set()` to explicitly...
The current options with regard to debugging, profiling and error handling all leave from the premise that you have a browser to your disposal, i.e. they all display data in...
The application needs an interface through which the development documentation can be managed. Current plan is to use: - markdown for documentation text - form-based entry for class and method...