Skip to content

Commit

Permalink
Dev: First commit for CintLink plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Jul 13, 2016
1 parent 9f0c8fe commit 0f9c467
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
17 changes: 17 additions & 0 deletions application/core/plugins/CintLink/CintLink.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?php

/**
* CintLink integration to be able to buy respondents
* from within LimeSurvey.
*
* @since 2016-07-13
* @author Olle Härstedt
*/
class CintLink extends \ls\pluginmanager\PluginBase
{
static protected $description = 'Buy respondents inside LimeSurvey';
static protected $name = 'CintLink';

protected $storage = 'DbStorage';
//protected $settings = array();
}
5 changes: 5 additions & 0 deletions application/core/plugins/CintLink/views/index.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<div class="row">
<div class="col-lg-12 content-right">
<h3><?php eT("CintLink Integration");?></h3>
</div>
</div>

0 comments on commit 0f9c467

Please sign in to comment.