Eulinky
Questions Asked
1 answer
Auth on static start page
Hi, I have an index.ctp under app\view\pages which is used to display a Hello message. What I...
1 answer
hasMany: How to retrieve the 'many' children?
Hi, I have a model A that has a hasMany relation to another model B. When I load data for model...
Answers
0
Calling function from parameter from another Controller?
If you are in a certain controller you have access to its specific model. If there is a relation to another controller you should put that relation into your model and use the $use variable, add...
Comments
- Member since:
- February 22nd, 2010
- Last active:
- 2010-03-02 20:53:46
- Questions asked:
- 2
- Answers:
- 1
- Correct Answers:
- 0
- Comments:
- 1
Auth on static start page
Yes, that worked. Thanks!