Eclipse with PHPIDE - files and directories

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
User avatar
Luke
The Ninja Space Mod
Posts: 6424
Joined: Fri Aug 05, 2005 1:53 pm
Location: Paradise, CA

Eclipse with PHPIDE - files and directories

Post by Luke »

This has only been happening since using Eclipse with PHPIDE, but it may be my own stupidity. I don't know filesystems very well....

I have a directory with this in it:
Driver
Interface.php

When I iterate over it looking for directories, it finds "." and ".." but not "Driver"... why?
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

Iterate over it in PHP?
User avatar
Luke
The Ninja Space Mod
Posts: 6424
Joined: Fri Aug 05, 2005 1:53 pm
Location: Paradise, CA

Post by Luke »

yup
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

So why not post some code in the PHP Code forum? Image
User avatar
Jenk
DevNet Master
Posts: 3587
Joined: Mon Sep 19, 2005 6:24 am
Location: London

Post by Jenk »

The files/folder will be in your workspace directory, which is a PITA I agree.

When you create a project, do not import.. that will copy everything into the workspace dir and not work from your web folder. Which is better for code control, but meh..
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

Because of an issue I had with Eclipse opening Zend Studio on every movement inside of Eclipse, I changed the project root folder to the web server root, then refreshed the file listing. Bing, I was in.

But strangely this does not sound like the problem you are having.
Post Reply