stefaan V
|
| Posted: 06/14/2002, 7:50 AM |
|
Hello,
I am using CSS with PHP4. How can I add own written routined in a .php file
and use them in the subsequent code ? Adding an include in the Common.php file does it do the trick ?
How can I edit in the IDE this extra file ?
How does CSS treat modifications done in the .php files ? Normally it is gray, but when I modify something in it, the gray block becomes white ? Are my modifications permanent, or will at subsequent regeneration the file become overwritten ? ( typically I have added one function in the common.php file, and used it. )
Regards
Stefaan
|
|
|
 |
Nicole
|
| Posted: 06/15/2002, 2:19 AM |
|
Hello,
about code editor.
When you edit some lines in the code editor the block of code becomes white. It means that during files regeneration this block won't be regenerated. Keep in mind that even if you made some modifications on the form (e.g. add button) the code could require some modifications (lets say declare some variables)
|
|
|
 |
|