xtech
|
| Posted: 03/11/2003, 8:24 PM |
|
I am just getting started, do you have to manually insert configurations
for the vars below, (Call me lazy BUTT)
looking through the "manual" or "helpless" files I didn't find much on this,
I mean it only takes a second to imput that code.
My thoughts are that if when generating code function within CCS does
the application do this for you and
if it does imput these values then it is not working what else in the code
is not updated or functioning?
these function are defined so the application is aware this information
exists, I just wondered if this is normal?
any help thanks, xtech Here is something else to flip your wig, I started
out using llS then decided to try something different,
what I ended up with was APACHE 2.0.4, PHP 4.3.1, MYSQL 3.23.55, MYODBC,
3.51.06 binary for now going to module soon
as I get CCS to work,
Every thing is up and running on a Win2000 machine, (quite nicely) Now
if I can just get this darn CCS Figured out!
here is an example of what the generated code looks like, not updated at
all,
class DB_MySQL {
/* public: connection parameters */
var $Host = "";
var $Database = "";
var $User = "";
var $Password = "";
var $Persistent = false;
|
|
|
 |
|