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" wrote: > Set debug to 1. With debug=2 you see SQL log and this addon

cakephp - sql injection test always shows failure

2010-12-09 Thread Binu
Hi, I have a project developed using cakephp 1.3 and for testing I used SQL Inject me addon (firefox) https://addons.mozilla.org/en-US/firefox/addon/7597/ >From cakephp manual, what I understood is, the save() and find() methods will automatically protect the data from SQL injection. But while ru

Re: Cakephp session is not setting in pages controller

2010-06-01 Thread Binu
on->read('user_id')); > [/code] > > Enjoy, >    John > > On May 28, 3:36 pm, Binu wrote: > > > > class PagesController extends AppController{ > > >         var $components = array('Session'); > >         var $uses = array('Pa

Re: Cakephp session is not setting in pages controller

2010-05-28 Thread Binu
Session->read(('user_id'); } } ?> On May 27, 7:22 pm, John Andersen wrote: > How does your pages controller look like, the code? > Enjoy, >    John > > On May 27, 10:11 am, Binu wrote: > > > Hi, > > > I am using cakephp1.2 . I have overr

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 wi

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 wo

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 to

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 ab

Cakephp for Commercial application development

2008-06-30 Thread Binu
Hi All, We are planning to build a new eCommerce application in cakephp from scratch. I know that, it will take time to build a fully customizable and functioning product. My first aim is to create a strong foundation for this project. I have did one small project in cakephp (1.1.*). I have not n