sheevazz / searchable-behaviour-for-cakephp

Automatically exported from code.google.com/p/searchable-behaviour-for-cakephp
0 stars 0 forks source link

GitHub Patch set for 1.3 #31

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Several bugs were related to CakePHP 1.3 (or prior I'm not sure) related to not 
storing models using the Behavior. Only once instance of the behavior is 
instantiated and multiple classes may use it. Various function parameters were 
ignored and the class variable was used instead. I have fixed up the behavior 
and posted my code on github and pushed this data over to another user hosting 
on github as well.

Hopefully this helps someone.

https://github.com/woodzy/cakephp-searchable-behavior
https://github.com/finsterdexter/cakephp-searchable-behavior

Original issue reported on code.google.com by woodzy.l...@gmail.com on 1 Jun 2011 at 2:04