Database Abstraction Layer
|
0 posts
|
I am new to Frog CMS, but as I am developing plugins for clients, I have found that a database abstraction layer could be very useful as an addition to the Frog (elf) framework. I am not sure if this goes against the lightweight aspect of Frog, but it would help in standardizing plugin structure and down the line it could be very helpful in making Frog CMS compatible with different database types. PDO could always be an option, but if developers want an abstraction layer, it would be there as a model in the framework. What are people’s thoughts on this as a future feature of Frog? |
|
541 posts
|
well frog is developped in the lightweight idea like you said, but it is developped to satisfy the must people has possible. but we have to be easy to learn how to work with too .. soo, by using PDO, it help for the learning of frog, you don’t need to learn a new abstraction to use it if you already know PHP |