Top "Store" questions

A store is a data repository of a set of integrated objects.

Storing application permissions in a database

I'm developing an application for our company that eventually will have lots of ways of restricting users to particular sections/…

php mysql arrays permissions store
How can I load JSON into TreeStore?

I would like to load a JSON file into a TreeStore to use in a TreePanel. I can load the …

json extjs extjs4 store treepanel
How to integrate e-commerce or shopping cart into website without using a template?

An associate of mine wants me to add simple e-commerce functionality into their website. I have researched the possible solutions …

php open-source e-commerce shopping-cart store
jQuery make variable out of element before appending to DOM

Trying to get efficient here. How can I store an element as a variable before appending it to the DOM? …

jquery string variables append store
How do you store data from NSMutable Array in Core Data?

The app i'm making draws a Polyline based on the users coordinates from CLLocationManager (these are all kept in an …

core-data nsmutablearray store polyline persist
Android/Eclipse: where can I find the /Users/USER_NAME/.android/debug.keystore folder?

To use the Google Maps API, I need to generate a debug API key. For this, I need to find …

android eclipse debugging key store
Updating a value on an Ext.form.Panel

The following should be trivial, but I cannot get it to work: I have the following Ext.form.Panel: Ext.…

extjs sencha-touch store updates formpanel
ExtJS waiting for multiple stores to load

How would I go about waiting for multiple stores to load? I have a case where I need to do …

javascript extjs extjs4 store
ExtJS - How to use Proxy, Model? How are they related?

I've been trying to learn to work with Models and Stores. But the proxy bit is confusing me a lot. …

javascript model proxy extjs4 store
Securely store a password in program code?

My application makes use of the RijndaelManaged class to encrypt data. As a part of this encryption, I use a …

c# .net security store securestring