Libraries tagged by Has one
sunnysideup/copyfactory
118 Downloads
Copy database records including their has-one, has-many and many-many records. Great for duplicating parts of complex database records.
restruct/silverstripe-quickaddnew
8 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.
lloydzhou/activerecord
98 Downloads
micro activerecord library in PHP(only 400 lines with comments), support chain calls and relations(HAS_ONE, HAS_MANY, BELONGS_TO).
liaosp/laravel-relation-save
16 Downloads
laravel 关联保存 hasOne hasMany belongsto
inquid/yii2-enhanced-gii
1006 Downloads
Generate Relational (hasMany, hasOne, belongsTo, & nested) Models & CRUD.
fdmind/ignore-query-strings
133 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.
fromholdio/silverstripe-gridfield-addnew-hasmany
203 Downloads
Add new object to gridfield with has many relation based on lookup selection.
derky/sortablescaptcha
278 Downloads
Sortables Captcha Extension for phpBB 3.3. This captcha plugin allows you to add questions and provide answers in two separate columns. An user will see all the answers in one column and has to drag some answers to the other column to successfully complete the captcha.
fromholdio/silverstripe-no-edit-message
13 Downloads
Display friendly message in CMS on pages where user has no edit perm, rather than read-only form.
jweiland/statictagcloud
3519 Downloads
Create your own static tagcloud and define on your own which word has priority
blesta/connectreseller
138 Downloads
ConnectReseller is one of the largest Registrars that has created a of set completely private labeled programs for domainers.
sunnysideup/social_integration
29 Downloads
This module allows users to easily let users sign up and login using facebook and twitter. After a user has signed up using this module, a OAuth token for that social service will be stored against the users account. This allows your application to call the facebook and twitter apis on behalf of the user and implement whatever interesting social integration features you want. The SelectFriendPage is an example of the type of functionality that can be easily implemented once you have access to the users OAuth tokens.
sameer-shelavale/multi-captcha
165 Downloads
Multiple(7) types of CAPTCHA in one package. Supports Gif captcha( Animated Gif captcha), Image Captcha( User has to type SOME OR ALL part of code displayed in the image), HoneyPot captcha(It simply adds an empty field asking users to leave it blank. Bots fill it up.), ASCII captcha(It displays the CAPTCHA text as ASCII Art. User has to type SOME OR ALL part of the code.), Math captcha( It asks user to solve simple mathematical expressions.), Recaptcha(Google Recaptcha) and NoCaptcha(Google ReCaptcha v2.0). This package also has captcha refresh feature.
kunstmaan/voting-bundle
963 Downloads
A lot of sites enable users to vote or participate in actions where Facebook Likes are counted and rewarded. The KunstmaanVotingBundle was created to allow a faster setup of that kind of actions and will provide a backlog of votes your users casted. That way you can look for irregularities and automatically stop campains when their deadline has expired. It will provice support for votes on your site only but also for external social networks as Facebook so you can worry about you ideas and not how to implement it.
brexis/phpsnmp
1024 Downloads
phpSNMP is an SNMP implementation based on libsnmp, which is written in Python. It has been ported to 100% pure PHP.