Maybe I've mis-read something, but I've installed phpCodeGenie on a Debian testing box of mine. I've installed postgresql, apache, php4, php4-pgsql and libadodb-php4.
phpCodeGenie runs fine, see's my database (separate database with a userid and password login), and generates the code. But the code it's generating seems to be MySql code, not adodb or pgsql.
Perhaps some guru could enlighten me as to the error of my ways.
Thanks in advance,
Scott
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The simple code generated by PCG is from the old versions of PCG.. i did not change much of it.. that's why it still mysql centric.. i am still trying to think of ways how to templatize it... but the in the advanced code generation.. all the calls to db are made through adodb.. thus abstracting any particular database.
Thanks,
Nilesh
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
Maybe I've mis-read something, but I've installed phpCodeGenie on a Debian testing box of mine. I've installed postgresql, apache, php4, php4-pgsql and libadodb-php4.
phpCodeGenie runs fine, see's my database (separate database with a userid and password login), and generates the code. But the code it's generating seems to be MySql code, not adodb or pgsql.
Perhaps some guru could enlighten me as to the error of my ways.
Thanks in advance,
Scott
The simple code generated by PCG is from the old versions of PCG.. i did not change much of it.. that's why it still mysql centric.. i am still trying to think of ways how to templatize it... but the in the advanced code generation.. all the calls to db are made through adodb.. thus abstracting any particular database.
Thanks,
Nilesh