jamesl
Questions Asked
0 answers
filters
Hi
I'm trying to encorporate a filter to my views where through a drop down and possibly a submit...
2 answers
cake documentation
Does cakephp have any documentation features? Something that could go with an app after its...
3 answers
array access
Hi I have an array that Im accessing in one view EG finances index.ctp which is made up of data...
Answers
There no answers yet.
Comments
- Member since:
- December 11th, 2009
- Last active:
- 2010-06-30 13:08:13
- Questions asked:
- 20
- Answers:
- 0
- Correct Answers:
- 0
- Comments:
- 11
cake documentation
Yeah the API generator is what Im after thanks!cake documentation
Thanks!conditional add
Thanks Dogmatic. As an alternative it may be a better idea for me to check the existence of the field with a separate query just before the save method fires. Where does the data actually get committed in a save?iterate and echo array elements
Hi dogmatic thanks for that. my question is really how to best display the data. I tried to use a foreach to loop through but it was displayed as: 4 3 5 4 3 5 4 3 5 etc with all the vlaues from the userId field echod on each line. What am I...echo array element
echo $totGp[0][0]['total'];