0
votes
0answers
2 views
How to use Zend_Cache Identifier ?
Hi Folks,
i think iam getting crazy, iam trying to implement Zend_Cache to cache my database query. I know how it works and how to configure.
But i cant find a good way to set the Identifier for the …
1
vote
1answer
14 views
Include framework in Xcode static library?
In short:
Is there a way to create a static library in Xcode such that when clients link with that library, they also link with the frameworks upon which that library depends?
The problem:
We have …
0
votes
2answers
17 views
Setting variable to be accessed by different methods within the class
I have a controller with different methods, but they all have to set a variable containing a list of items to be shown in a box in the view, I extract data from the DB and set $data['categories'].
Can …
0
votes
0answers
3 views
Internal widget action not executing in Zend Framework when ajax is used.
Hi all,
I am working on a youth group social network site and everything has gone smooth for the most part. Most problems I have been able to solve myself or google came through. This one is above me …
0
votes
1answer
16 views
How to Play audio from resource(C# Compact Framework 3.5)
Hi all,
Am trying to play audio from resource using Dot.net CF, I added an audio file for the resource Property in my application, and am try to using below sample resource file reference code for..
…
0
votes
0answers
18 views
Entity Framework using Generic Predicates
Hi
I use DTO's to map between my Business and Entity Framework layer via the Repository Pattern.
A Standard call would look like
public IClassDTO Fetch(Guid id)
{
var query =
…
0
votes
1answer
29 views
iPhone + framework
Hello,
While including any new framework for an application, if we look into the path /Developer/Platforms, we get following two platform:
iPhoneOS.platform
iPhoneSimulator.platform
In both the …
1
vote
2answers
52 views
Task Execution Framework for VC++?
Hi,
Does anyone know of a Java ExecutorService equivlent in VC++ 2008? What I want is a framework which I can pass tasks to fixed size thread pool. The framework should manage the thread pool itself …
2
votes
6answers
105 views
Please suggest a Java Framework to make the CRUD easy…
I know that the RoR can do the CRUD easily, but is there any similar framework in Java to make the CRUD easy instead of typing boring SQL statement?
3
votes
8answers
173 views
Choosing the right PHP framework
Could someone possibly help me choosing a PHP MVC framework? My requirements are:
SIMPLE authentication system (no need for ACL, just isAuthenticated(), isInRole()
Resources and RESTful approach
…
0
votes
0answers
12 views
Dotnet Compact Framework- Tab order
Hi all,
In Compact framework application form,If we do tab-out from a datagrid's any cell to some controls outside the grid,next time when grid get focus ,it will point the old cell . Any idea on …
1
vote
1answer
25 views
Making headers public in Xcode Framework
Is there a fast way to make headers public when setting up a Framework in Xcode? I always have to click through one by one, changing each one from private to public. This irks me. Thanks.
0
votes
0answers
9 views
Haptic feedback in Compact Framework 2 running on Windows Mobile 6.5
I'm writing a Compact Framework 2.0 application on Windows Mobile 6.5
Several of the built-in controls (e.g. button) produce haptic feedback - small vibrations - when clicked.
Is there any way the …
0
votes
1answer
15 views
Schools Interoperability Framework (SIF) integration into application
Does anyone know of any good resources that will help me get started with understanding SIF and how to integrate it into a web-based application?
Thanks!
2
votes
4answers
98 views
.net framework - object creation - constructor vs factory
Below is an article about .net framework's use of patterns. I'm not sure I understand the bolded part in the excerpt below. Is it implying if you change the details of creating the object, you …
