frameworks

Is there Any Standard Framework for php?

There are many PHP Frameworks out there but i want to know is there a standard Objective framework with a great architecture similar J2SE or .NET Framework? I see many similar questions like this but most of them are about beginners or special kind of programming. ...

What Framework is the best for my next MLM project?

hi, i have already building(Under Development "Http://dollardazzler.biz") a MLM project with cakephp framework. Now i have another upcoming project in my hand with same MLM features,i could use cakephp for that as well be cause i already have the models/controllers and the db schema but i want to do some different this time . So i am a...

Any open source server based on ACE framework?

Hi, anyone aware on open source project that uses ACE as the framework? Thanks, I. ...

Internalization on html page

Hi guys I have a question, how would I do the following? I want to display a dropdown (html) with a list of language (english, french, etc.), ISO 639-1 codes. I want to display the language based on the native language (e.g., on the combo box, the "french" must say "francais" for the french speaking people to understand). How I woul...

Django: Customizing the comments framework: accessing context user in custom form?

the goal is to render a comment form with an extra recaptcha field if the user is not authenticated. I'd like to extend the comments framework, making the contrib CommentForm dynamic, so the constructor checks to see if the context user is authenticated. But it doesn't seem like I can get the context user in the form without passing it...

Use cases for Modules in the Zend Framework

Besides the obvious 'admin' and 'blog' use cases for a module structure in Zend Framework are there any reasons or guidelines to use Modules? I feel drawn to use modules, but I'm not sure how I would split my web app up into modules. Can you suggestion some instances where using modules would be beneficial? ...

How to determine what Frameworks IPhone App uses?

I was wondering what is the way to get a list of Frameworks used by iPhone App? Apple is doing it during AppStore approval process. I would like to know if certain games are using Open GL ES... ...

Is .NET a Framework Or Library ?

I am getting confused here. I am watch an educational tutorial. The speaker defined .Net as Library not dare to say as framework. As far as I know .Net is a Framework. Is there anyone who can explain, if .Net is framework or a library. Thanks After the answer, But the way the speaker define a Framework as follows 1. At least a portion...

Is the Singleton design pattern built into any frameworks?

Using a Singleton class guarantees one instance of a class to give control to the programmer. Really useful. I was wondering if for example a Singleton Interface existed in a given framework to bypass the need to create/add one explicitly? Would be handy to decalre: public sealed class MySingleton : ISingleton //or a different class ...

.net framework is not installed

I have installed .net framework on my PC but many applications are not running says .net framework not installed yet the required versions is installed ...

Writing Unit-Tests in C++

Possible Duplicate: Comparison of c++ unit test frameworks Hello guys, I'm coming from .net to C++ and I want to know if there i good articles/information about unit-testing in c++ and the most used/best frameworks for doing it. Thanks in advance. ...

Charateristics and features of every software framework

Hi, I was trying to find an answer for my question today using google and StackOverflow search engines... but no luck :) I was wondering what are the key features of every framework for end user, and how can you characterize every framework from the end-user point of view (I've looked into Framework Design Guidelines by K. Cwalina, but ...

What is the use of the libobjc.A.dylib framework???

What is the use of the libobjc.A.dylib framework??? ...

Looking for another Framework.. Which one should I pick?

I have been using CodeIgniter for about a year now, but I feel that I have spent too much time building things that should be native. My own version of it is pretty cool and has almost everything I have ever used to build a web, in a way that it is reusable, but still lacks power and every time I learn something new (like TDD, or ORM), I...

How to the data available in a 4th column in cakephp?

Hi there, Currently i'm having a problem. I want to access the data available in the 4th table of my DB. Click here to see the db image I have the tables in this way: Categories --> Categories_Companies --> Companies --> Affiliates Like it shows in the image i'm on the categories and in the Categories view (views/categories/view.ctp)...

Self tracking entities return Unchanged in my WCF service

I've set up a little n-tier web application using MVP (Model View Presenter) in the front-end, a WCF service on the backend, which communicates with the BLL an behind that the DAL, which communicates with the EF4.0. This is all working quite nicely, I've created several Get and Add methods which all work. Now I wanted to create several ...

Need help on learning java frameworks quickly

I wrote a piece of java code using threads, JDBC, Java Mail API etc. without using any of the frameworks (read Spring). I am frankly not too comfortable learning them first (lots of terminologies to remember!) and use them. So, please suggest me some ways to refine my existing code incorporating few of these framework concepts applicable...

Tool to determine .NET assembly framework dependencies

I'm looking for a tool that can tell me what frameworks a .NET assembly will work under. Or more specifically, what BCL (base class libraries) versions the methods within it requires. What triggered me was this: Today I got a bug-report against an application we're making that basically said: "you're using WaitOne(Int32) but that only w...

.net framework versions (or what runs what?)

OK, this is rather broad question but ... Is there a chart that says what version of the framework will run what? So, I guess it brakes down into two questions 1 - Are the frameworks 100% backward compatible? I've had a Framework 2.0 Website run 1.1 dlls, so I assume 2.0 will run 1.1. Will this work for a windows app? Will it work fo...

Python Framework for Desktop Database Application

Is there a framework to develop Desktop Database applications (some screens with CRUD screens) for Python? I am looking for something similar to Windows Forms, with the ability to associate TextField, Combos and other UI metaphors with datasets connected to relational databases such as MySQL, SQLServer, Oracle or PostgreSQL. Thanks! ...