Approve data changes

2011-10-10 Thread nOLL
Hi, There is situation that user update their profile. But, users cannot view the changes until admin approve it. Is it i need to use temporary table for data update by user? Or any other idea to implement this? Thanks. nOLL -- Our newest site for the community: CakePHP Video Tutorials http

Editing data

2011-09-13 Thread nOLL
://book.cakephp.org/view/1650/hasMany-through-The-Join-Model for the form. Whats the problem actually? Thanks, nOLL -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others

multiple controller in one model

2011-08-24 Thread nOLL
Hi, Is it possible to add in attributes from multiple controller into one model? I would like to use certain attributes from other model(username and password only in members table) into users table. therefore, members could login to the website based on username and password that fill in by the

Login security

2011-08-21 Thread nOLL
Hi, Is there any way to create login function more security such as when the users failed to login 3 times, they only be login after 30 minutes. Thanks. -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site

Multiple model

2011-08-15 Thread nOLL
solution for this? Thanks. nOLL -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to cake-php

View and Edit at the same time

2011-08-14 Thread nOLL
Hi, i would like to create page that can view the data from the database. At the same time, i could directly edit the data rather than create another link to update the data. How can i do this? Thanks. -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check

See the design

2011-08-14 Thread nOLL
Hi, is there any way to view the design of the webpage using cakephp in dreamweaver? or is there any software to view it.Since, i use phpStorm for the programmming part. Thanks. -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP

redirect admin and user to different dashboard

2011-08-12 Thread nOLL
login since both admin and user will redirect to dashboard A. So how i could implement this? Thanks, nOLL -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP

Login function and routes

2011-08-09 Thread nOLL
Hi, I have a project that required 3 group which are admin, agents and users. These group will using only one login page. In login page there are username,password and 2 radio button which are members(admin and agents) and user. After login, admin could view fully CMS and dashboard, agents could

using subfolder in views

2011-06-29 Thread nOLL
Hi, In app folder i have app/views/tests/mails/testing.ctp But, i have a problem to view the testing in tests_controller. The problem is there is no testing() in tests_controller. Is it possible to create a subfolder or is there another way to implement it. Thanks. -- Our newest site for