- nutrients (wich have a decimal value)
- foods (wich have nutrients),
- recipes (wich have foods) and
- menus (wich have foods and recipes)
We are evaluating Drupal as a framework to develop a website dealing with this data. D7 entities seem to be the right way but we are not sure about it. Can anyone please tell us if this data model can be handled in a pretty straightforward way and roughly how that way would be ?
Hi, working on implementing a timeout feature for http://drupal.org/project/mobwrite Right now, all I am trying to do is move the end user away from the edit page once my js timer expires. I'm pretty sure my problem is in my php function but snip-its from all are below. Here is a pic of the issue: http://imagebin.ca/view/inyUax.html - When i try to redirect, I get many GET messages in the console... and it never redirects.