Skip to content

Instantly share code, notes, and snippets.

View rreynier's full-sized avatar

Roeland Reyniers rreynier

View GitHub Profile
<html>
<head>
<style>
@page {
size: 210mm 297mm;
margin: 50mm 50mm 50mm 50mm;
}
</style>
</head>
------------------------------
--------mmeg Helper v0.2-------
-----------by Wololo----------
--------AnkuLua Script--------
------------------------------
localPath = scriptPath()
version = "0.3"
local scriptPath = scriptPath()
'^[a-zA-Z0-9][a-zA-Z0-9._-]*@[a-zA-Z0-9][a-zA-Z0-9._-]*\\.[a‌​-zA-Z]{2,4}$'
<?php
// API
$newCompanySettings = new NewCompanySettings();
$newCompanySettings->populateFromApiRequest($request);
$company = new Company($db);
$result = $company->create(newCompanySettings);
// GUI Controller
$newCompanySettings = new NewCompanySettings();