anyway, will this support php4?
😊
Who cares :cheese:
Why people still insist PHP4? By now all PHP4 servers should be more or less upgraded to PHP5. Ofcourse there are exceptions on some software/sites but usually to get old PHP4 scripts with old fashioned(=bad) coding to get working on PHP5 is just downgrading some php config values(register_globals, register_long_arrays etc.). If theres no GOOD reason to use PHP4, move the site(or ask your host) to PHP5 server. I work in a hosting company and we usually copy the site to new server so client can first test their site and if theres problems, we’ll fix them or tell the customer how to fix them. And those problems are almost always just those god damn register_globals or using long arrays 😊 And usually we first try to get customer to fix their code and if they’re not willing to or is hard to do, set the PHP config values so its backward compatible.
Sorry for the blurb, just had to comment on that PHP4 because I personally dont see the benefit of running PHP4 anymore.
Ok, now the thing I was first supposed to write about:
Good work on the DM stensi! Specially the documenting is great and many other developers should watch your example. There were many ORM that I was thinking of using but your clear and well written documentation got my attention in the first place. I personally SUCK at documenting anything I do, but I’m trying to improve on that part.
We’re starting to build a massive ERP and we’ve been juggling the decision for couple of weeks if we’re going to use DM or not. The fear was that we will have lots of database tables and the way we have to use the normalization. Normalization is generally very good thing to do and I do that, but not go so far with it usually(you CAN over-normalize if you get too exited with normalization and performance can drop dramatically).
To get the project started, we decided to use DM. Hope we did not do a wrong decision and I’m fairly confident that we didnt 😉