Re: cakephp - sql injection test always shows failure

2010-12-09 Thread Binu
I didn't understand . If debug is 0, then only I am getting the failures. On debug =1, there will be no failures. I can see the failures as like in the example given above. Any way to fix those ? On Dec 9, 8:00 pm, Dr. Loboto drlob...@gmail.com wrote: Set debug to 1. With debug=2 you see SQL log

Re: Cakephp session is not setting in pages controller

2010-06-01 Thread Binu
')); [/code] Enjoy,    John On May 28, 3:36 pm, Binu bino...@gmail.com wrote: ?php class PagesController extends AppController{         var $components = array('Session');         var $uses = array('Page','PageComment');       function display() {            echo $this-Session

Re: Cakephp session is not setting in pages controller

2010-05-28 Thread Binu
: How does your pages controller look like, the code? Enjoy,    John On May 27, 10:11 am, Binu bino...@gmail.com wrote: Hi, I am using cakephp1.2 . I have override the pages controller. While login from my application, Im setting thesessionand redirecting to pages controller

Cakephp session is not setting in pages controller

2010-05-27 Thread Binu
Hi, I am using cakephp1.2 . I have override the pages controller. While login from my application, Im setting the session and redirecting to pages controller, but there I could not able to get the session. If I redirect to some other controller, Im getting the session over there. I have a table

Validation from both model and controller not working

2010-03-24 Thread Binu
Hi, I have given validation in model. Also, I have given some validation in controller for checking the captcha code. After that, the application is not displaying the model validation errors. If I comment the controller code, model validation is working fine and displaying the errors. Both not

Another HABTM question with checkboxes

2010-01-22 Thread Binu
Hi, I have a table structure like this admins tablehabtm rights table belongs to rights_groups In view I need to print like this as checkbox Rights_group Name1 Rights1 Rights2 Rights_group Name2 Rights3 Rights4 View code (Since I have to give the group name, I need

Re: Cakephp for Commercial application development

2008-06-30 Thread Binu
Thanks for the replies. Still some doubts.. Q:2. I will try to make this more clear. Since, it is a product, we have different modules (can be tell as functionality) and are depends upon the client. Some clients may want some modules and others may not. The superadmin (not site admin) should be