Contain with an associated plugin

2013-05-31 Thread Larry Lutz
I'm having difficulty getting containable to work when the contained model is in a plugin. Specifically, I have a Group model that is associated with a Users (CakeDC) plugin. Normally, you just prefix the plugin model name with the plugin name such as Users.User, but it seems that the Containabl

Re: Help in simple query!

2013-05-31 Thread gonzela2006
@Dakota I'm already setting the relation as below class Student extends AppModel { var $name = 'Student'; var $hasMany = array('StudentAttendance'); AND class StudentAttendance extends AppModel { var $name = 'StudentAttendance'; var $belongsTo = 'Student'; On Thursday, May 30, 2013 8:2

Re: Help in simple query!

2013-05-31 Thread gonzela2006
@Dr. Drijk @resting Model names must be singular. -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups "CakePHP" group. To unsubscribe from this group and stop receivi

Re: how to change a drop down based on a previously selected drop down in cakephp

2013-05-31 Thread André Luis
You´ll need some javascript for this, check jQuery and jQuery ajax Em sexta-feira, 31 de maio de 2013 10h04min42s UTC-3, sneha kulkarni escreveu: > > hi.. > I am trying to change a drop down based on a previously selected drop down > ... How i should achieve the same using CakePHP. > plz help >

how to change a drop down based on a previously selected drop down in cakephp

2013-05-31 Thread sneha kulkarni
hi.. I am trying to change a drop down based on a previously selected drop down ... How i should achieve the same using CakePHP. plz help -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribe