blacksymmetry
Questions Asked
1 answer
Password hash in view in registration
Hello, I would like to ask on this
I have got a registration form including password and retype...
2 answers
How to use view without same name as function?
Hello,
I would like to ask, is possible to call function without the same name like view?
Example:...
1 answer
How to add class or ID to button.
Hello, I would like to ask, how can I to add class or ID to submitt button?
Thanks for any advice..
Answers
There no answers yet.
Comments
- Member since:
- February 5th, 2010
- Last active:
- 2010-08-17 08:48:48
- Questions asked:
- 138
- Answers:
- 0
- Correct Answers:
- 0
- Comments:
- 77
problem with binding model
Is it simple I need get informations about user in friend_id column from table users. CakePHP search only in table users because name convetions set relationship user_id -users. I need to search in table user also form table friend_id, because...problem with binding model
Nobody knows?Call method from another controller
Did you mean Validate?Call method from another controller
Thanks, and how i do that in AppController? I put in AppController {{{ function Validate() { //VERIFY USER, THAT IS NOT RATING IN INTERVAL OF ONE YEAR //$companyId = $this-Session-read("companyId"); //$companyId =...How to edit only one(or more) fields in form
I tried this method,but is not functionally. I saved manually into column personal_info value 1 (type of column **tinyint(1)**) But value in view is not displayed. I tried adapt Your function, after save I obtained Your setting has been...