Articles tagged with "Components"
ViewInFile component
Sometimes in needed to output a view in a file. Most of the time for debugging, but also for some web service (xml) where you might need to send (by mail as a copy) an xml file reflecting the answer of the webservice.
[Read more] SecureGet Component
I was searching a simple way to "secure" a bit the links in my cake application. Indeed everyone had this question "what if someone types 'cake/app/user/edit/5' in the browser URL bar ?" ..etc ..
I am not pretending this can replace ACL or more complex implementation, it's just a small component, inspired a bit from the Security component.
[Read more] I am not pretending this can replace ACL or more complex implementation, it's just a small component, inspired a bit from the Security component.
SMS Component
A simple and free SMS gateway component based on the information provided in http://en.wikipedia.org/wiki/List_of_carriers_providing_SMS_transit. This component aims to be as easy as the Email component but for text messages.
[Read more] How to implament One Time Password for forgot-my-password and account-activation processes
CakeOTP is a secure, table-less and expirable implementation of One Time Password for CakePHP. It can be used for forgot-my-password and account-activation processes.
[Read more]
Latest Comments