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.

ZF2 How to get last insert id value?

I am stuck with getting last insert id with Zend framework 2 and I gave up on this... There are tried …

php postgresql insert frameworks zend-framework2
What is the use of LOCAL_MODULE_TAGS?

I want to update my Android.mk file in a package in order to build that new package, but I …

android frameworks package android-source android-build
What exactly is a Private API, and why will Apple reject an iOS App if one is used?

I've read several articles about this, and I just want to see if I understand this correctly: Apple will reject …

iphone ios api frameworks private
Searching for a Kohana Beginner's Tutorial for PHP

I am going to try to build a PHP website using a framework for the first time, and after some …

php frameworks kohana
CQRS Examples and Screencasts

I'm looking for some in depth end-to-end CQRS examples with a reasonable set of unit tests. Also, if anyone knows …

c# design-patterns frameworks domain-driven-design cqrs
Sub views (layouts, templates) in Slim php framework

I'm trying out the Slim php framework Is it possible to have layouts or sub views in Slim? I'd like …

php templates frameworks slim
Access app in class in Slim Framework 3

Im having trouble understanding how to access the instance of Slim when a route is in a seperate class than …

php frameworks slim
Do I need to buy the Qt Framework?

I want to develop a C++ application that will work on ALL operating systems. This application will be free until …

c++ qt frameworks gpl lgpl
Go gin framework CORS

I'm using Go gin framework gin func CORSMiddleware() gin.HandlerFunc { return func(c *gin.Context) { c.Writer.Header().Set("Content-Type", "…

go frameworks cors preflight go-gin
IOS Static Framework with resources inside

I'm trying to create a framework that keeps some common code I use around in my projects. I found online …

ios frameworks uiimageview xib