Sun Sep 23, 2007 2:00 am |
Replies: 1 |
Views: 4486 |
|
 |
Hey,
Most of my development is done using a freebsd apache server, but once in a while it would be nice to be able to just use the webserver that comes with PhpED.
I usally have a structure like ...
|
Mon Sep 10, 2007 1:58 am |
Replies: 2 |
Views: 4764 |
|
 |
Hi,
I have the following code:
function __autoload($argClass)
{
require_once "{$argClass}.inc.php";
}
/** @var Test */
$objTest = new Test( ...
|
Mon Jun 18, 2007 1:02 pm |
Replies: 1 |
Views: 8691 |
|
 |
Hi,
For some reason I get "Shared memory accessible: No", I guess thats a problem?
I don't have any idea why its not accessible, or how to enable it? I hope someone here can point me i ...
|
Sun May 06, 2007 5:50 am |
Replies: 5 |
Views: 7498 |
|
 |
Hi,
Just tried this feature, and thought it would work like in ultraedit, but unfortunally not...
I Wrote the following lines
Testing 123
Testing 123
Testing 123
Then I marked the 12's i ...
|
Tue May 01, 2007 9:49 am |
Replies: 1 |
Views: 4763 |
|
 |
Hi,
When creating a project its possible to add "code insight includes", which is obviously very nice. I would however like the option for my Code Explorer to only show my own classes an ...
|
Mon Apr 30, 2007 4:43 am |
Replies: 1 |
Views: 5313 |
|
 |
Hi,
Can i use one license for my personal computer at work, and also my personal computer at home? I work from both locations, but obviously never at the same time. Or do I need two licenses for th ...
|
Mon Apr 30, 2007 2:39 am |
Replies: 3 |
Views: 4971 |
|
 |
I figured out how to do that much already, but was hoping there was support for projects through SFTP too - maybe version 6?
Its not a big problem though, I'll just install and use samba on the ...
|
Sun Apr 29, 2007 4:16 am |
Replies: 3 |
Views: 4971 |
|
 |
Hi,
I use a FreeBSD with Apache and MySQL as my development server, and phpED on my window xp.
Is it possible to create a project with SFTP and edit the files directly on the server? I dont want ...
|