Displaying 2 results from an estimated 2 matches for "your_id".
Did you mean:
your_ip
2005 Jan 09
2
ASTCC Trunk and Routes Configuration
Dear List members-
I am trying to configure ASTCC (Asterisk calling card application) but
having a hard time to configure it properly. My project deadline is
approaching and couldn't figure out how to make ASTCC functional. Here
are some details what I have done so far.
1) I have installed ASTCC successfully.
2) I can access astcc-admin.cgi script without any problem.
3) I have created
2006 May 01
2
Getting my schema straightened out
I''m trying to map Rails to an existing schema, and having a bit of a
time of it.
I''ve got a table Content, and I''ve got a table Review, which is a type
of content. So content has an ''id'' field, and Review has a ''contentid''
field. Not all Content has a Review, but all Reviews have exactly one
Content.
How do I represent this?