when the crackers have no access to database, they would be able to access your information. But if they found your db access, they will find out yours information.
if you are aware of security things, you can use plain html with php instead of form helper. you can say <input name='userid' > instead of using $html->input ... and then before assigning to Model, you need to create data array that matched with the input :) and instead of using 'guess'able tablename, use prefixs (look at the db config). instead of "users", you can say "abc_users" , etc ... --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
