im having an error in SQL using aCakephp like this: Warning (512): SQL Error: 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right
Im probably missing something painfully obvious here. Im trying to join multiple tables together in Cake, but Im only getting the fields from the first table. Consider the following code..
I have a model, Statistic, that has 6 statistics for a Character model. Users can enter values for Strength, Intelligence and so on. What I want to do is automatically assign a value for a bonus or a
I have a data model which contains an array of Product objects. Before reporting from this model I am required to run a set of rules which check the integrity of each Product object in the model. One
I print in my view a number that tell me, how many people read my article. It looks something like a:
I have inherited a vo/dao setup (there\'s just one model class that has all the DAO functions for every class, though), but it\'s getting odd with recursion.
I\'m working on a mapping application which uses a module called Gmaps4Rails.Using this gem I define the path to images from within my model and can have it based on some data which image I\'m using.
I\'ve been bashing my head against the wall trying to figure out why I can\'t get my fixture to load properly. When I attempt to run my test, my layout is rendered. If I comment out the fixture, the t
I have a website where people can look up menus from nearby restaurants. As a restaurant, you can sign up and enter your menu. How should I design the model(s)?
I\'ve been trying to learn to work with Models and Stores. But the proxy bit is confusing me a lot. So I\'m going to list out my understanding here - please point out the gaps in my understanding.