Showing 7 of 1,975 result(s)
The toArray method returns the exact same values as the getAttributes method; the results of the toArray method will return an array with all of the key/value pairs of the Fluent instance.
Attribute Renderer is a utility addon designed for use within other addons. It provides an advanced system for converting PHP arrays to HTML attribute strings; it is used by many of my new addons. Attribute Renderer Documentation, Attribute...
Meerkat exposes an incredibly powerful filtering API to Statamic developers. This API allows developers to craft custom filters, organize multiple filters into a single group to simplify template code, and to also define custom variables that can...
To make things as simple as possible, Meerkat provides you with some properties that you can use in your own form implementation:
Meerkat 2 has tossed away the sorting system from previous versions of Meerkat and replaced it with a new, more powerful system. The syntax for sorting comments is different from previous versions, but the capabilities it unlocks are worth it. By...
If you wanted to retrieve all comments that have not yet been flagged as either spam or not spam, you can use the where filter to check if that value has not been set:
You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License...