gregwhitworth
Questions Asked
0 answers
Paginator use LIKE when sorting
I want the paginator()-sort() to use LIKE instead of merely the field name. Since my field has...
0 answers
Use never ending [] array in form name
Ok. So I have checked everywhere online and the only thing I can find to produce an array within...
0 answers
For loop creates 7 inputs when there are only 6 items
Ok. So here is my query and set of the array in the controller:
// Retrieve clump information... Answers
There no answers yet.
Comments
- Member since:
- July 5th, 2010
- Last active:
- 2010-07-22 15:23:24
- Questions asked:
- 8
- Answers:
- 0
- Correct Answers:
- 0
- Comments:
- 2
For loop creates 7 inputs when there are only 6 items
LOL. There are 6 of each, the spacing just made it look as though there was 1 more checkbox than listing. Thanks. -- GregSession setFlash all of a sudden brings up error
Sorry. I added an answer before, but it must have gotten lost some how. Anyways, the problem was that Session wasn't included in the controller. So at the top where you include ('Auth'), I needed to add ('Auth','Session') to the controller....