C57 models
Permalink
Hi guys,
What would be the best example or best implementation for a custom model in a package? I've looked at some models in the core, but they seem pretty basic to me. I'm not a fan of writing endless queries for insert and update methodes to describe the column names. In c56 we used adodb to make this easier. What would be the proper c57 way?
Thanks in advance! Adri
What would be the best example or best implementation for a custom model in a package? I've looked at some models in the core, but they seem pretty basic to me. I'm not a fan of writing endless queries for insert and update methodes to describe the column names. In c56 we used adodb to make this easier. What would be the proper c57 way?
Thanks in advance! Adri
Good to know: Doctrine caches stuff, so you need to clear your /application/cache directory every now and then.