Harro Verton
Harro Verton
Which hasn't been maintained for a long time, but might be useful. Maybe it's functionality should be extended to provide CRUD operations, so you can quickly produce standard lists and...
Observers allow for custom callbacks to be defined at critical locations in the DataMapper core, which could be used to pre- or post process the object's data, add additional logic,...
For most of them, you are now forced to use get(), which might introduce overhead that is not required.
By Ryan Herriman: The nested sets extension as it stands is a great start, but there are additional methods that could benefit people if they existed. Here are a few...
Requested by @ingdiaz Sorry my bad English. I would like add method for custom querys or calls to views and other method as ExecuteScalar return only a column with a...
Requested by @devmohsh Hi all, i hope that Migration feature will be found in this version, so that we did not need to create Tables, then generate Models, we can...
In certain environments, regulations do not allow you to really delete any information. To facilitate this, DataMapper needs an option to be able to mark records as deleted, and to...
Requested by @jstewmc Many times entities are types of other entities. The different types share common attributes, but they also have their own individual attributes. For example, both employees and...
Requested by @jove4015, see http://codeigniter.com/forums/viewreply/951568/: One feature I’d love to see is the ability to use multiple columns for a foreign key in a relationship. The idea would be for...
The current DataMapper version stores relationship information in the configuration of the model. This means that to find all data of a relationship, the related model must be instantiated to...