Libraries tagged by has_one
burnbright/silverstripe-hasonefield
39215 Downloads
Edit a has_one relationship using a GridField, triggered by clicking a button.
simonwelsh/hasoneedit
337 Downloads
Allows editing the fields of a has_one object directly in the CMS
cyber-duck/silverstripe-linkitemfield
40073 Downloads
SilverStripe 4 custom form element for anchor, email, telephone, file, image, internal and external links
briceburg/silverstripe-pickerfield
41029 Downloads
GridField based management of has_one , has_many , and many_many relationship selection
fdmind/ignore-query-strings
1665 Downloads
If your website has static caching on, and you drive traffic to it from social media, Google Ads and other sources that add query string parameters to the URL, there is a chance that each time new user visits a page, it will not be served from cache, but will be generated from scratch. This is because the URL with query string parameters is treated as a different URL from the one without query string parameters.
amazing/media2click
39056 Downloads
TYPO3 CMS extension media2click: Render external content like videos an iframes with privacy in mind: User has to click on placeholder to load the actual content.
nitsan/ns-cookiebot
19988 Downloads
The Cookiebot.com GDPR Compliant TYPO3 Extension aids publishers, technology vendors, and advertisers in complying with GDPR and ePrivacy Directive regulations by ensuring transparency and obtaining user consent. T3Planet has developed a TYPO3 CMS extension to seamlessly integrate Cookiebot, one of the most popular solutions for managing cookies.
bmdevel/php-index
44399 Downloads
This library provides an API to perform binary search operations on a sorted index. The index can be a XML document, a CSV document, or an arbitrary text file where the key has a fixed position. You can easily implement your own index. This API comes handy on any sorted data structure where realtime search operations are necessary without the detour of a DBS import.
primoz2500/hasoneautocompletefield
1895 Downloads
A CMS form field for adding has_one relationships using autocomplete
gearbox-solutions/has-one-file
271 Downloads
Adds HasOneFile trait for easy file management for Laravel models
cmandersen/has-one-specific
6898 Downloads
Add a Laravel relationship where you can specify a set ID, instead of a dynamic relationship
afaanbilal/laravel-has-uuid
847 Downloads
Autogenerate UUIDs for your Models on insert and set the route-model-binding key to uuid.
thewebmen/silverstripe-pickerfield
20187 Downloads
GridField based management of has_one , has_many , and many_many relationship selection
sheadawson/quickaddnew
34287 Downloads
A decorator for form fields that manage object relationships, to allow adding a new object on the fly through a dialog window. It can handle has_one, has_many or many_many relationships. At the moment it has been tested / works on DropdownField and ListboxField. It works both in the CMS and in the frontend.
bephp/activerecord
2071 Downloads
micro activerecord library in PHP(only 400 lines with comments), support chain calls and relations(HAS_ONE, HAS_MANY, BELONGS_TO).