I have data composed of a list of employers and a list of workers.Each has a many-to-many relationship with the other (so an employer can have many workers, and a worker can have many employers).
Ok I\'ve been learning some of the more advanced aspects of Javascript and now trying to use this I\'m stuck.
New to json data and struggling i guess the answer is real easy but been bugging me for the last hour..
I\'m looking for some general guidance on serializing objects in a database. What are serialized objects?
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I\'m trying to create hidden iframes in my page dynamically to load 3 other pages so that i can grab all the HTML and combine them into 1 in a new window.
First, when you want to free the memory assigned to an object in C++, which one is preferred? Explicitly calling destructor or using delete?
I am evaluating two object databases, db4o (http://www.db4o.com) and Eloquera Database (http://eloquera.com) for a coming project. I have to choose one. My basic requirement isscalability, multi user
I\'m having this problem with this piece of PHP code: class Core { public function start() { require(\"funk/funks/libraries/uri.php\");
I get the above error when calling this code: <? class Test1 extends Core { function home(){ ?> This is the INDEX of test1