Gheizt
Posts: 3
|
| Posted: 04/04/2008, 11:22 AM |
|
I would like to use CCS's handy autocomplete services when editing an external PHP file.
The reason I'd like to do this is that I am writing several common classes and functions that I use in my project.
I have thought about the option of creating includable pages, and putting my logic into those, but I believe it's kind of like shooting a chicken with a cannon, because those pages would produce a lot of unneeded code to my project not to say the ccp and html files, which I also do not need.
So basically, I have a few <className.php> files like this (which I am including in my ccs php files), and want to edit them with CCS, having autcomplete working.
<?php
class className {
<class logic>
}
?>
Thanks in advance.
|
 |
 |
mamboBROWN
Posts: 1713
|
| Posted: 04/08/2008, 9:55 PM |
|
Gheizt
Unless it is a CCS file you are not going to be able to do this. Contact support ( http://support.yessoftware.com ) if you want to explore it more.
|
 |
 |
Gheizt
Posts: 3
|
| Posted: 04/13/2008, 5:51 AM |
|
Thanks, will do so.
|
 |
 |
|