Top "Frameworks" questions

A framework is an existing library or set of libraries that provides overarching application structure so that the developer can focus primarily on their application's implementation details instead.

PHP framework for building e-commerce site?

What web application framework based on php would be recommended to build an ecommerce site in? Are there an e-commerce …

php frameworks e-commerce
Visual Studio 2010 error: "Project Target Framework Not Installed" when opening a .NET 4.0 project

I am experiencing a rather disconcerting issue with one of my development machines that I hope someone can advise me …

.net visual-studio visual-studio-2010 frameworks target
PHP RESTful CRUD framework

I really like working with SailsJS (http://sailsjs.org). Especially because it automatically generates a RESTful CRUD API. However, working …

php rest frameworks crud sails.js
What is a Pythonic way for Dependency Injection?

Introduction For Java, Dependency Injection works as pure OOP, i.e. you provide an interface to be implemented and in …

python oop authentication dependency-injection frameworks
LEFT JOIN in ZF2 using TableGateway

I have a table: *CREATE TABLE IF NOT EXISTS `blogs_settings` ( `blog_id` int(11) NOT NULL AUTO_INCREMENT, `owner_id` …

mysql frameworks zend-framework2 tablegateway
Where to learn Yii?

I have been trying to learn Yii without luck. I find Zend Framework, Kohana, Code Igniter among other frameworks much …

php frameworks yii
Can Wordpress be replaced by a Framework like Django or Ruby on Rails?

I consider myself a well trained WordPress template developer, and i recently started to read books and documents about web …

ruby-on-rails django wordpress frameworks wordpress-theming
Comparison of Clojure web frameworks

There are a few web frameworks for Clojure Compojure Webjure Conjure Moustache and also some libraries for dealing with certain …

frameworks clojure comparison web-frameworks
Adding Framework in Xcode 4

Possible Duplicate: How to “add existing frameworks” in Xcode 4? How do I add a Framework in Xcode 4?

ios frameworks xcode4
The Best way to use ElasticSearch in Spring java framework

I'm developing a system which is planning to use elasticsearch as an data repository. I'm trying to choose the best …

java spring frameworks elasticsearch spring-data-elasticsearch