Extended database support
Extended database support
The option to run phpwcms on a postgres database would be a nice feature.
I haven't tried the cms, since my host only support postgres, but it looks solid and powerful and I would like to try it.
/montana
I haven't tried the cms, since my host only support postgres, but it looks solid and powerful and I would like to try it.
/montana
- Oliver Georgi
- Site Admin
- Posts: 9907
- Joined: Fri 3. Oct 2003, 22:22
- Contact:
-
- Posts: 40
- Joined: Sat 5. Mar 2005, 23:59
would be really great to increase database support.
just insert adodb as abstraction layer (http://adodb.sourceforge.net/).
you could use 2 include files, one with all db calls in the direct mysql way and another one with the adodb calls. the first for speed freaks and the 2nd for people who want flexible database support.
and btw adodb is not so slow, it has got a own php extension for enhanced speed, and if u use a cache (http://eaccelerator.net/HomeUk) for php, all speed problems should be solved.
greets
julian
just insert adodb as abstraction layer (http://adodb.sourceforge.net/).
you could use 2 include files, one with all db calls in the direct mysql way and another one with the adodb calls. the first for speed freaks and the 2nd for people who want flexible database support.
and btw adodb is not so slow, it has got a own php extension for enhanced speed, and if u use a cache (http://eaccelerator.net/HomeUk) for php, all speed problems should be solved.
greets
julian
- Oliver Georgi
- Site Admin
- Posts: 9907
- Joined: Fri 3. Oct 2003, 22:22
- Contact:
-
- Posts: 40
- Joined: Sat 5. Mar 2005, 23:59
wow that was fast
or maybe just put all queries in one file, so a person who wants to change the db support only has to work though one file.
why is mysql so overused? why is windows is so overused? because nobody support a good alternative (don't want to start a discussion about that, just an intro sentence).
postgres is much better than mysql, if more coder would support it, more user will use it, if not the user group will stay small.
so its a vicious circle. jump over that circle...
or maybe just put all queries in one file, so a person who wants to change the db support only has to work though one file.
why is mysql so overused? why is windows is so overused? because nobody support a good alternative (don't want to start a discussion about that, just an intro sentence).
postgres is much better than mysql, if more coder would support it, more user will use it, if not the user group will stay small.
so its a vicious circle. jump over that circle...
- Oliver Georgi
- Site Admin
- Posts: 9907
- Joined: Fri 3. Oct 2003, 22:22
- Contact:
-
- Posts: 40
- Joined: Sat 5. Mar 2005, 23:59
- Oliver Georgi
- Site Admin
- Posts: 9907
- Joined: Fri 3. Oct 2003, 22:22
- Contact:
thanks.
But before this can be done some basics of phpwcms needs to be changed. If you wish make a feature request on http://www.phpwcms.de/mantis
I have this on todo for a release > v2
Oliver
But before this can be done some basics of phpwcms needs to be changed. If you wish make a feature request on http://www.phpwcms.de/mantis
I have this on todo for a release > v2
Oliver