I\'m currently attempting to implement APC caching as a datastore in my web application. Currently, the system retrieves data directly from the MySQL database, and requires a database call per reques
I\'m havin trouble storing an array of data. Below is the code use in the web application to check to see if the data is there, and if it\'s there serve it, else, cache it then serve it. I am using My
I have a question which I think should be pretty common but I can\'t find an answer. I have 2 objects: Group and User. My classes look something like this:
I would like to solve this issue avoiding to use cursors (FETCH). Here comes the problem... 1st Table/quantity
I have an inline query, in which I have one table1 in server1 and another table2 in server2. I need to join these two tables, and fetch data.
I\'m querying rows from my sqlite database using Fetch and loading the results into a NSMutableArray myDataArray. What I want to do is to store the values in myDataArray into my application\'s prefere
I\'d like to run a criteria query with lazy many-to-one associations. Those associations are set as lazy=\"false\" in the HBM. It\'s because we use it eagerly 90% of the project.
We have a file that we need to be tracked in our Git repository. Most users need to be using this file as normal: committing changes to it, pushing, pulling, etc…
How can I clone a git repo from my laptop (at home) to a server (at university) while getting most of the repo from a third (svn) repo at another uni that is the main codebase.I\'d like to minimise th
I\'m trying to write my first PHP script wi开发者_JS百科th mySQL and I desperately need some help. I\'m sure this is relatively simple, but if I have one field in my table (username, for example), and