wajida
Questions Asked
1 answer
HOW to check permission for a particular function inside a controller?
Hai
I am having a controller in which there is so many functions.Inside it there is a function...
1 answer
How to check whether admin is logged in?
Hai
I have a function in controller which should be accessed only by the admin.How will I check...
1 answer
how to create mutually exclucive checkboxes
help me plz with this
Answers
There no answers yet.
Comments
- Member since:
- June 29th, 2010
- Last active:
- 2010-07-08 09:13:04
- Questions asked:
- 8
- Answers:
- 0
- Correct Answers:
- 0
- Comments:
- 6
How to check whether admin is logged in?
Thanks a lot...But by doing like this can the admin access other functions inside the application.Should I add admin_ for other functions also for the admin to access that application?How to create an admin access page?
thanks for the reply..but how will i check if he/she is logged in as admin?How is admin access usefull?
Thanks a lot....but if i am having a site that need only a single function which is controled by admin remaining things similar to the end user,even the login page,then should i use admin access of cakephp?How To access the values of a check box?
ok checkbox is ready.now i need to get the checkbox value.If first check box is checked value 1 should be stored.else if secondbox is checked value 2 should be stored in the database.This whole thing should be done for all the records for which...How To access the values of a check box?
from a single field from the database two boxes must be checked or unchecked.ie,if field=1 then checkbox1 must be checked else the other should be checked.....Also i can edit this and the new value should be saved in to the database...For this...