Articles tagged with "MrRio"

Threaded Lists

By James Hall
Ever needed a tree of sections with an unlimited depth? Here's a quick guide to findAllThreaded().
[Read more]

Create Multiple Checkboxes Instead of a Multiple-Select in your Views

By Joshua McFarren
From a usablitiy stand point, multiple-select boxes are a nightmare. Forget to hold down the modifier key when adding an option and you loose all your selections. When the number of options are managable, multiple checkboxs are a better choice for average users. This functionality is coming to cake in future versions but you can have it now with this helper.
[Read more]

cURL Model

By James Hall
This is a wrapper for cURL. Ideal if you need to grab data from another site or integrate into a system that uses GET or POST requests.
[Read more]