Libraries tagged by select as
konfig/nuitee-lite-php-sdk
11 Downloads
The **Lite API** can be used to to do the following Get room rates & availability for a set of hotels Select a specific hotel with room availability and make a booking Manage the bookings - retrieve and cancel existing bookings Get static content for hotels, search hotels by destination
havefnubb/hfnuthemes-module
17 Downloads
Jelix module allowing to select a theme for the application
gajus/falbum
8 Downloads
UI to select a photo from Facebook photo album.
clark-nelson/craft-timezone-field
14 Downloads
Makes available a dropdown field to select a timezone.
accell/acf-nav-menu
596 Downloads
ACF field that allows you to select a nav menu.
ymcatwincities/views_field_formatter
585 Downloads
Provide a new field formatter: 'View' for each field types and allows you to select a View and to use its result instead of the original field value.
vectorbross/vb_linkit_class
7 Downloads
Adds the class attribute to Linkit modals as select, based on bootstrap button classes.
sanjeev-kr/geolocation-currency
230 Downloads
Magento 2 module auto select currency as per mapping
or81/eloquent
0 Downloads
A lightweight and versatile PHP database class that supports both MySQL and SQLite, providing an easy-to-use interface for common database operations such as `SELECT`, `INSERT`, `UPDATE`, and `DELETE`.
mouf/html.widgets.select2
3453 Downloads
This package contains a pure PHP object representation of a select box rendered with the jQuery Select2 plugin.
jerry-whoami/input-list
1 Downloads
Text input with a select box option for filamentphp
jacerider/or_other
38 Downloads
Add string field formatter that provides a select list with an 'other' option.
illchuk/timezone-options
38 Downloads
Generates a list of time zones and descriptions, for use in a select field.
cyberwoven/inline_entity_form_selector
12 Downloads
This converts the autocomplete entity selector on the inline entity form module to a select field.
coco-project/sql-cache
23 Downloads
Based on the lexical analysis of "update," "select," "insert," and "delete" SQL statements, an automatic caching strategy is implemented. The strategy involves caching the data when executing a select operation and associating the table name contained in the SQL statement with the corresponding cached records. When executing update, insert, or delete operations, the table name from the SQL statement is extracted, and any cached records containing this table name from previous select operations are deleted. This strategy enables seamless caching without delay and eliminates the need to worry about data synchronization issues. It is particularly effective for tables with infrequent data modifications. For tables with frequent modifications, they can be ignored by configuring the strategy accordingly.