P2GR / datamapper

CodeIgniter Datamapper
Other
35 stars 23 forks source link

Is there a beta version of DataMapper ORM for COdeigniter 3.0 #1

Open mahmutbayri opened 10 years ago

mahmutbayri commented 10 years ago

Hi,

I'm stating a new project using codeigniter 3.0 development version. There is a message on http://datamapper.maglok.nl/ about DataMepper V2.

Do you have a beta version for V2? i know CI 3.0 currently is not released but allmost ready. if datamapper v2 beta/test is release It would be nice to test with framework. Maybe i will use Doctrine ORM, but i prefer your ORM because i think it uses codeigniter resource better than Doctrine.

Best regards

jamieburchell commented 6 years ago

Firstly, this project seems fairly stale and unmaintained since the original developer WanWizard was looking for a new maintainer.

The latest stable version is not compatible with CI3.

The dev branch was created as a work in progress to get it to work. I personally had a need to get DM to work in CI3 and have made the changes necessary for it to work. It has been working for me, but I suspect due to a lack of testing/interest/maintainer/developer time/feedback it hasn't progressed from there.

inieves commented 6 years ago

Im sorry, for the sake of clarity, in your first message you mentioned that I should use the “ci3 dev branch”.

By that, are you referring to: a dev branch within CI OR a dev branch within DM ?

On Aug 27, 2018, at 11:45 AM, Jamie Burchell notifications@github.com wrote:

Firstly, this project seems fairly stale and unmaintained since the original developer WanWizard was looking for a new maintainer.

The latest stable version is not compatible with CI3.

The dev branch was created as a work in progress to get it to work. I personally had a need to get DM to work in CI3 and have meet the changes necessary for it to work. It has been working for me, but I suspect due to a lack of testing/interest/maintainer/developer time/feedback it hasn't progressed from there.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/saekort/datamapper/issues/1#issuecomment-416271264, or mute the thread https://github.com/notifications/unsubscribe-auth/AAoDel-6CU1yMX0hqiepLeMa9tWxNqZoks5uVBQngaJpZM4CUpn-.

jamieburchell commented 6 years ago

The branch I linked to

inieves commented 6 years ago

Apparently the link only shows on the website, there was no link in the email. Got it though.

On Aug 27, 2018, at 11:57 AM, Jamie Burchell notifications@github.com wrote:

The branch I linked to

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

jamieburchell commented 6 years ago

I had edited my post after which is probably why.

I'd exercise caution using DM on CI3 in anger on important projects. As I say, this project hasn't received updates in years and if you run in to trouble or issues you're not likely to get support resolving them. Don't expect it to work when a new version of CI is released either.

I should mention that from what I remember, the dev branch is only compatible with CI3.

daniel-pfeiffer commented 4 years ago

Has this been abandoned? What about CodeIgniter/framework-4.0.2? If this is dead, is there any compatible replacement?