LeeJ
|
| Posted: 07/02/2002, 4:15 AM |
|
hi,
i have some questions about codecharge. if you can answer them all i will be quite happy.
1. what is the difference between CC studio and generator? does studio contains all of the features of the generator?
2. what about application security? i mean not passwords or crypto but the security of the applications' code. as you know there are several exploiting techniques.
3. in addition to question 2, generated php scripts are suing globals very much. as you know php now defaults the register_globals=off and eventually it will be removed. do you have any solution to it? this is very important as you know.
thanbks in advance for answering.
|
|
|
 |
Alexis Alexopoulos
|
| Posted: 07/02/2002, 5:02 AM |
|
1. Let's say CCS can do all CC can + visual query builder + html editor +
code editor plus you can keep changes inside a project + multiple database
connections and greater x10sibility.
2. It's secure. Let me know if you find something that is not.
3. Globals off is not a solution. If can have it in any state , off is just to make
sure that if you make your code insecure through incorrect use of variables
it won't be hacked. CCS generated code is secure but you should be careful about
yours
|
|
|
 |
|