'Remember me' - a component to add upon basic auth
This component works on top of the basic auth component and provides an 'remember me' option.
The fact that the user is logged in is stored in cookies - no need for additional database tables.
It is stored together with secret verification codes so it cannot be faked by changing the cookies => it is secure.
[Read more] The fact that the user is logged in is stored in cookies - no need for additional database tables.
It is stored together with secret verification codes so it cannot be faked by changing the cookies => it is secure.
How to create an XML-RPC server with CakePHP
This tutorial describes a method to create an XML-RPC server that goes a bit against Cake’s logic and conventions.
[Read more] A new "automagic" for CakePHP layouts with the CustomLayouts component
If you distribute your CakePHP web application to others and they ask you how to personalize the layout of a specific controller or, with even more granularity, a specific action, what do you do? This component creates a new convention for layouts that lets you automagically personalize the layouts for controllers and single actions with one line of code.
[Read more] reCAPTCHA Component & Helper for CakePHP
an easy-to-use component and helper set to use reCAPTCHA on your website.
[Read more] Multiple Display Field
The behavior allows us to use multiple display field (such as "first_name" and "last_name") as a display field for generating list from a model.
[Read more]
Latest Comments