shashi
Posts: 2
|
| Posted: 08/30/2004, 3:58 AM |
|
Hi,
I got codechargestudio, and I have installed WAMP, which gives me apache, mysql, php, perl and zend optimizer on my localhost. Works Perfectly.. and I have dreamweaver MX 2004.
I developed a mysql table, and I have a clear idea of what and how I am going to use it and develop my applicaion. Basically, Till now, I have been doing the codings all by myself and now I want to use ccs and gradually become a poweruser.
mysql is @localhost, with user, pass, tables and sample data ready.
If someone can point me just how to get started, I will work on it.
Any example, or even hints will be great.
Thank You,
Shashi
_________________
|
 |
 |
Karsten
|
| Posted: 08/30/2004, 4:05 AM |
|
You should read the User Guide and Quickstart Tutorial in the
CCS helpfile before you do anything else
|
|
|
 |
shashi
Posts: 2
|
| Posted: 08/30/2004, 4:18 AM |
|
Hi,
I read that all night, but the only example project that worked for me was the Hello World :)
If you can just provider me pointers, basic hints, i will lookup to them in the manual more thoroughly and get this thing going.
In mysql, i have a table called auth, which handles the username, passwords and their gid, and based on the gid, users can edit/add/delete information on other tables. I have the table filled in with the data already.
Basic pointers or page numbers :)
_________________
|
 |
 |
Damian
|
| Posted: 08/30/2004, 5:22 PM |
|
Create at least one more table in your db and then create a new project...
Use the Application Builder... then start playing with the results.
"shashi" <shashi@forum.codecharge> wrote in message
news:541330cea27ff0@news.codecharge.com...
> Hi,
>
> I read that all night, but the only example project that worked for me was
the
> Hello World :)
>
> If you can just provider me pointers, basic hints, i will lookup to them
in the
> manual more thoroughly and get this thing going.
>
> In mysql, i have a table called auth, which handles the username,
passwords and
> their gid, and based on the gid, users can edit/add/delete information on
other
> tables. I have the table filled in with the data already.
>
> Basic pointers or page numbers :)
>
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
|