Libraries tagged by has_one
burnbright/silverstripe-hasonefield
39132 Downloads
Edit a has_one relationship using a GridField, triggered by clicking a button.
simonwelsh/hasoneedit
336 Downloads
Allows editing the fields of a has_one object directly in the CMS
cyber-duck/silverstripe-linkitemfield
39805 Downloads
SilverStripe 4 custom form element for anchor, email, telephone, file, image, internal and external links
briceburg/silverstripe-pickerfield
40997 Downloads
GridField based management of has_one , has_many , and many_many relationship selection
sheadawson/quickaddnew
34279 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.
fdmind/ignore-query-strings
1113 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
37343 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
19232 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
43135 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
1830 Downloads
A CMS form field for adding has_one relationships using autocomplete
gearbox-solutions/has-one-file
254 Downloads
Adds HasOneFile trait for easy file management for Laravel models
cmandersen/has-one-specific
6834 Downloads
Add a Laravel relationship where you can specify a set ID, instead of a dynamic relationship
huboshen/laravel-one-to-many-sync
11627 Downloads
Allow sync method for Laravel Has Many and Morph Many Relationship.
thewebmen/silverstripe-pickerfield
20114 Downloads
GridField based management of has_one , has_many , and many_many relationship selection
bephp/activerecord
2070 Downloads
micro activerecord library in PHP(only 400 lines with comments), support chain calls and relations(HAS_ONE, HAS_MANY, BELONGS_TO).