Harro Verton

Results 33 issues of 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...

Feature
On hold

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,...

Feature
In progress

For most of them, you are now forced to use get(), which might introduce overhead that is not required.

Feature
Pending

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...

Feature
Pending

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...

Feature
Pending

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...

Feature
Awaiting feedback
Pending

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...

Feature
Pending

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...

Feature
Pending

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...

Feature
Pending

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...

Feature
In progress