If i open the console and type in the following code, my model looses attributes. In all cases only the first attribute after the id is accessable. I had this problem on one server. My old server is w
there is a function get_user_group_ids($user_id), it returns all groups the user belongs. this pings the batch table and gets all the batch_ids. ANd then pings group table and get group_ids correspond
I\'ve to develop a small website which is multi-lingual. This website is using an ERP database, so I cannot choose my database structure, ...
As it currently stands, this question is not a good fit for our Q&A format. We expec开发者_StackOverflow中文版t answers to be supported by facts, references,or expertise, but this question wil
I\'m designing the model for an application that will get/set objects in a remote database. For performance, we need to cache the data locally. I\'ve read in various threads that it\'s best to put the
Here is what their documentation says You can also pass a string to result() which represents a class to
I\'m trying to use a Model with my Asp.net page. But im not using MVC. I get an error when trying to inherit the model from a customcontrol. The error is
I have a table familiars , a table mages and a table mages_familiars where I keep which familiar belongs to which Mage.
the structure of my admin section looks like this: controlers -> admi开发者_如何学编程n -> admin_controllers...
Im trying to setup a blog with tagging, and i\'ve run into a problem when trying to save. I got 3 models