Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » [OT] Recommended project layout?
[OT] Recommended project layout? [message #36199] Tue, 17 July 2007 13:30 Go to next message
Eclipse UserFriend
Originally posted by: dserodio.gmail.com

Slightly off-topic, but...

I'm coming from a Java background, and I'm still searching for a good
project layout.

Most examples I found are a real mess!

Can anyone make a recommendation? I'm an OO developer, and I'm looking for:

* Easy modularization, both for pages and classes ("packages")
* "scripts" (pages) separate from classes
* tests (PHPunit or Simpletest) separate from the pages and the classes.

Thanks in advance,
Daniel Serodio
Re: [OT] Recommended project layout? [message #36392 is a reply to message #36199] Tue, 17 July 2007 13:53 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: matt.kynx.org

Daniel Serodio wrote:
> Slightly off-topic, but...
>
> I'm coming from a Java background, and I'm still searching for a good
> project layout.
>
> Most examples I found are a real mess!
>
> Can anyone make a recommendation? I'm an OO developer, and I'm looking for:
>
> * Easy modularization, both for pages and classes ("packages")
> * "scripts" (pages) separate from classes
> * tests (PHPunit or Simpletest) separate from the pages and the classes.

Have you taken a look at the Zend Framework
(http://framework.zend.com/)? It's MVC stuff structures things quite nicely.

Best of luck,

Matt
Re: [OT] Recommended project layout? [message #36447 is a reply to message #36199] Tue, 17 July 2007 14:00 Go to previous messageGo to next message
Phil Moorhouse is currently offline Phil MoorhouseFriend
Messages: 3
Registered: July 2009
Junior Member
Also check out Symfony [http://www.symfony-project.com/], it's
feature-rich and the documentation is excellent.

It's not really suitable for small projects but it's worth the effort to
learn it if you've got a reasonable size site that needs building and
you're a fan of agile development.
Re: [OT] Recommended project layout? [message #36557 is a reply to message #36392] Wed, 18 July 2007 12:09 Go to previous message
Artiom Lunev is currently offline Artiom LunevFriend
Messages: 3
Registered: July 2009
Junior Member
Matt Kynx wrote:
> Daniel Serodio wrote:
>> Slightly off-topic, but...
>>
>> I'm coming from a Java background, and I'm still searching for a good
>> project layout.
>>
>> Most examples I found are a real mess!
>>
>> Can anyone make a recommendation? I'm an OO developer, and I'm looking
>> for:
>>
>> * Easy modularization, both for pages and classes ("packages")
>> * "scripts" (pages) separate from classes
>> * tests (PHPunit or Simpletest) separate from the pages and the classes.
>
> Have you taken a look at the Zend Framework
> (http://framework.zend.com/)? It's MVC stuff structures things quite
> nicely.
>
> Best of luck,
>
> Matt


good introduction into framework
http://akrabat.com/zend-framework-tutorial/

Artiom.
Previous Topic:XAMPP+PDT+XDebug: Apache crashing, please help?
Next Topic:xdebug, vhosts, and server roots
Goto Forum:
  


Current Time: Thu Apr 25 16:46:12 GMT 2024

Powered by FUDForum. Page generated in 0.02429 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top