|
I know namespaces are new in PHP but have been around for a long time in other languages. I started out in PHP so I really have no experience using them, I have read many articles and post on here about namespace in PHP and I get thebasic idea of how ...
Started by jasondavis on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Check out any of the sections on this: http://flow3.typo3.org/documentation/manuals/flow3/
Both Symfony 2 and Doctrine 2 will be using namespaces. .
|
|
I've read a few posts where people have stated (not suggested, not discussed, not offered) that PHP should not be used for large projects.
Being a primarily PHP developer, I ask two questions:
What defines a "large project"? Why not? What are the pitfalls...
Started by jerebear on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
What makes PHP so pervasive is the low barrier you on an enterprise....
There will be issues however but there are issues with any large project.
After all, Facebook is built on PHP.
You can't use PHP for large projects.
|
|
The question has been asked: No PHP for large projects? Why not? It's a recurring theme and PHP developers--with some cause--are forced to defend PHP .
All of these questions are valid and there have been some responses but this got me thinking. Based...
Started by cletus on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
What should a developer know before building a public web site Using PHP for large projects isn't steps in project development:
Organization ; You need to organize everything, having documentation documented and you will find that....
|
Ask your Facebook Friends
|
I'd really like to spend more time writing and learning about PHP, so I'd like to delve into the code of some well-written open source projects, and possibly contribute if I became familiar enough with the code. I know everyone says you should pick something...
Started by naeblis on
, 11 posts
by 11 people.
Answer Snippets (Read the full thread at stackoverflow):
Being able to recognize a PHP project that is full2 well-established projects....
Wikipedia) phpBB ( source control ) As for your issue with project maturity, even mature projects of the community have not discovered yet.
|
|
That question may appear strange.
But every time I made PHP projects in the past, I encountered this sort of bad experience:
Scripts cancel running after 10 seconds. This results in very bad database inconsistencies (bad example for an deleting loop: ...
Started by Thanks on
, 13 posts
by 12 people.
Answer Snippets (Read the full thread at stackoverflow):
PHP can be used://de3.php.net/set....
Is PHP suitable for very large projects?
Whenever I see a question like that, I get a bit uneasy nothing to do with PHP being suitable for large projects or being transaction safe.
|
|
Hello,
I'm looking for an editor that can read and write remote PHP files via sFTP. I'm talking about not having a local copy of my PHP files .
But here is the tricky part : I'd like that editor to be aware of all the files in my projet, and provide me...
Started by Nicolas on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Doing this over FTP would take way to long project....
Structures rely on being able to parse your complete project.
But the Zeus PHP intellisensing will only work for local files.
Be defined to belong to a project/workspace.
|
|
Hi,
I'm looking for a complete solution to a automated "building" and testing of PHP application. I came across PhpUnderControl, a solution for running automated application builds created around Cruise Control.
Unfortunately PhpUC is still in it's early...
Started by CountZero on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
But I think there's a ....
CC will merge any xml file you point.
On a PHP project but I'm one of the CC committers.)
I have found that CruiseControl only merge the logs) into project log or is it working for Java's JUnit files only.
|
|
Hi,
we are talking a lot about documentation for programmers in the moment. How do you handle this part?
What is the best method to introduce a new team guy into an "large" PHP Project. What does a new guy need?
My thoughts so far:
good source code api...
Started by ArneRie on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Matching lines of code on board projects that have little or no ....
If the project has APIs project is to know where the code is located and how to access it.
What seems logical and clear to you likely isn't for the new guy .
Coder.
|
|
Hello everyone,
I am interested in the PHP framework, especially by symfony and ZendFramework, but I am not sure of one thing: I saw the need to type command lines to create a project with these frameworks. Ok, but once the project is finished, is it ...
Started by Jenson on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Anyway, once the ....
You can just write the project from scratch yourself, just stick to the standard project architecture.
You can, but you don't have to use it at all .
Which sets up the basics of your project is just addition.
|
|
I'm building a freelancing site (think scriptlance) which has listings of projects both on the home page and the listings page. I thought it would be a good chance to implement OOP techniques.
I was thinking I would create a project class which among ...
Started by zenna on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
To change the page design - you will have to find 100+ files... .
This kind of application will be impossible to maintain in the future .
But no, you are using it totally wrong.
Everything that uses objects is OOP.
Well, this is OOP, as you are using objects.
|