Tagged Questions

3
votes
4answers
438 views

What’s the state of TDD and/or BDD in PHP?

How widespread, supported, developed is testing in the PHP world? On par with Java? Up there with Ruby/Rails? I Googled and found that testing frameworks exist but I'm wondering if they're widely …
46
votes
23answers
1k views

Overengineering - How to avoid it.

Sometimes I find myself designing my classes for a certain project. I start with some entities, some interfaces, but after some time I think: Hey what about creating a handler for the classes using a …
0
votes
2answers
52 views

Advice on framework design

Hello, i'm currently constructing some kind of mini-framework for a project, and come up with this solution. I have tried many of them, but this seems to me very convinient (code is shortened for …
2
votes
3answers
65 views

Any PHP MVC framework planning to use 5.3 features?

I would like to get started with PHP, and 5.3 release seems to bring many nice features (namespaces, lambda, and many others). I have found some MVC frameworks, and some of them support only PHP 5: …
0
votes
1answer
41 views

What are good test automation frameworks?

I am looking for a tool to integrate many different types of automation and test frameworks in order to automate fully end-to-end scenarios for testing. For example, a typical workflow might be: …
0
votes
1answer
12 views

xcode : linking with “Current” version of a framework

I am compiling a framework that depends on another framework. I have trouble when distributing my framework to other users that doesn't have necessarily the same versions than on my machine. It seems …
1
vote
3answers
119 views

.Net ORM/Business Object Framework Performance

Currently I am working with a custom business object layer (adopting the facade pattern) in which the object's properties are loaded from stored procedures as well as provide a place for business …
19
votes
8answers
1k views

Please explain MapReduce simply

Related to my CouchDB question.... Can anyone explain MapReduce in terms a numbnuts could understand?
1
vote
3answers
130 views

Best PHP framework with Admin Section

I've being developing with Django for about two years. I recently was hired by a company that has about 20 sites that are all PHP. The PHP is very old and has really bad coding practices. I would …
0
votes
1answer
32 views

Zend Framework can’t find standard view helpers

I'm trying to use a View helper inside a view. I put echo $this->formCheckbox('foo'); in the view, but it errors out and tells me FormCheckbox.php …
70
votes
60answers
8k views

What PHP framework would you choose for a new application and why?

Over the course of your web development experience, what PHP framework(s) have you worked with? What strengths and weaknesses have you observed in those frameworks? Considering these, what framework …
0
votes
2answers
19 views

Sharing a single cocoa framework copy across plugins

I have a set of plugins, a plugin framework for common code and a host app. These are each in separate Xcode projects (including separate projects for each plugin). In the end, I need to be able to …
2
votes
5answers
114 views

Thoughts on Abandoning Proprietary Framework for A Larger Open Source Project

We have been going back and forth a lot around our office lately about abandoning a proprietary framework that was developed here a couple of years ago and move to something that is larger and …
2
votes
15answers
231 views

Java web frameworks

I was looking around to see if there is an equivalent to django/RoR in java. Play Framework Grails Does anyone have ever tried those frameworks, or do you know any other? Are they faster than …
0
votes
5answers
113 views

Which Java based MVC framework is most similar to ASP.NET MVC?

I have been learning ASP.NET MVC in the last few months and I think it is a great improvement over ASP.NET. For me personally, it is a joy to use (as opposed to ASP.NET WebForms :)) I started …

1 2 3 4 5 43 next
15 30 50 per page