Skip to content

Instantly share code, notes, and snippets.

View Tjoosten's full-sized avatar
🌏
Somewhere between home and Hogwarts School of Witchcraft and Wizardry

Tim Joosten Tjoosten

🌏
Somewhere between home and Hogwarts School of Witchcraft and Wizardry
  • Polar Youth
  • Antwerp, BE
  • 10:44 (UTC +02:00)
  • X @x0rif
View GitHub Profile
PS C:\Users\Gebruiker\Desktop\databaser-layer> vendor\\bin\\phpunit
PHPUnit 6.2.3 by Sebastian Bergmann and contributors.
E 1 / 1 (100%)
Time: 53 ms, Memory: 4.00MB
There was 1 error:
1) ActivismeBE\DatabaseLayering\Tests\Repositories\RepositoryTest::testRepository
#!/usr/bin/env node
// Dependencies
var GithubApi = require('github');
var chalk = require('chalk');
var prompt = require('prompt');
/**
* Used constants.
*
+---------+------+-----------------------------------------------+
| Level | Code | Message |
+---------+------+-----------------------------------------------+
| Warning | 1261 | Row 1 doesn't contain data for all columns |
| Warning | 1261 | Row 1 doesn't contain data for all columns |
| Warning | 1261 | Row 1 doesn't contain data for all columns |
| Warning | 1062 | Duplicate entry '503503584' for key 'PRIMARY' |
| Warning | 1261 | Row 2 doesn't contain data for all columns |
| Warning | 1261 | Row 2 doesn't contain data for all columns |
| Warning | 1261 | Row 2 doesn't contain data for all columns |
@Tjoosten
Tjoosten / Doelgroepen.md
Last active May 11, 2017 19:34
Plannings-richtlijnen activisme

Doelgroepen.

  • Verkozen leden van een bedrijf of regering.
  • Belanghebbende
  • Advocaten - Juristen
  • Geimpacteerde gemeenschap
  • De aanklagers
  • Tegenstanders
  • Kandidaten - vrijwilligers
  • Studenten
<?php
namespace ActivismeBe\Dataset\Adapters;
use PDO;
use PDOException;
use Dotenv\Dotenv;
/**
* Class MysqlAdapter
*
* @package ActivismeBe\Dataset\Adapters
*/
<?php
namespace ActivismeBe\Dataset\Adapters;
use PDO;
use PDOException;
use Dotenv\Dotenv;
/**
* Class MysqlAdapter
-- MySQL dump 10.13 Distrib 5.5.54, for Win64 (AMD64)
--
-- Host: localhost Database: activisme_ind
-- ------------------------------------------------------
-- Server version 5.5.5-10.1.20-MariaDB
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
This is the mail system at host mail-out2.one.com.
####################################################################
# THIS IS A WARNING ONLY. YOU DO NOT NEED TO RESEND YOUR MESSAGE. #
####################################################################
I'm sorry to have to inform you that your message has not yet
been delivered to one or more recipients. It's attached below.
<topairy@gmail.com> delayed: gmail.com:
public function lost()
{
$this->form_validation->set_rules('email', 'email', 'trim|required');
if ($this->form_validation->run() === false) { // Form validation fails.
dump(validation_errors());
die();
$data['title'] = $this->lang->line('title-index-login');
return $this->blade->render('auth/login', $data);
}
Petitions {#64 ▼
#table: "petitions"
#fillable: array:4 [▼
0 => "creator_id"
1 => "category_id"
2 => "title"
3 => "description"
]
#connection: null
#primaryKey: "id"