I hereby claim:
- I am mneuhaus on github.
- I am mneuhaus (https://keybase.io/mneuhaus) on keybase.
- I have a public key whose fingerprint is 8635 A4FA AEDE 85D0 F3C4 CB61 DDF9 B12D AB3D 533C
To claim this, I am signing this object:
npm install -g monaca | |
-> | |
└─┬ [email protected] | |
├── [email protected] | |
├─┬ [email protected] | |
│ ├── [email protected] | |
│ ├─┬ [email protected] | |
│ │ ├─┬ [email protected] |
I hereby claim:
To claim this, I am signing this object:
<?php | |
function determineEncoding($file) | |
{ | |
$string = file_get_contents($file); | |
$encodingCandidates = array( | |
'UTF-8', | |
'ASCII', | |
'macintosh', | |
'ISO-8859-1', |
sorting
field to table in ext_tables.sql
sorting int(11) DEFAULT '0' NOT NULL,
sorting
field in table TCA extension/Configuration/TCA/table_name.php
to columns
'sorting' => array(
<?php | |
namespace MF\Mfcompana\Form; | |
/*************************************************************** | |
* | |
* Copyright notice | |
* | |
* (c) 2016 Marc Neuhaus <[email protected]> | |
* | |
* All rights reserved |
{namespace v=FluidTYPO3\Vhs\ViewHelpers} | |
{namespace flux=FluidTYPO3\Flux\ViewHelpers} | |
{namespace t=Famelo\Template\ViewHelpers} | |
<f:layout name="{v:extension.loaded(extensionName: 'fluidcontent_core', then: 'ContentCore', else: 'Content')}" /> | |
<f:section name="Configuration"> | |
<flux:form id="event-registration" options="{group: 'forms'}" label="Registrierungsformular für Veranstaltung"> | |
<flux:field.input name="title" label="Veranstaltungsname" required="1" /> | |
<flux:field.text name="introduction" label="Einleitung" rows="3" enableRichText="1" /> | |
<flux:field.text name="information" label="Veranstaltungsinformationen" rows="3" enableRichText="1" /> |
{namespace v=FluidTYPO3\Vhs\ViewHelpers} | |
{namespace flux=FluidTYPO3\Flux\ViewHelpers} | |
{namespace t=Famelo\Template\ViewHelpers} | |
<f:layout name="{v:extension.loaded(extensionName: 'fluidcontent_core', then: 'ContentCore', else: 'Content')}" /> | |
<f:section name="Configuration"> | |
<flux:form id="contact" options="{group: 'forms'}" label="Kontaktformular für Footer"> | |
<flux:field.text name="introduction" label="Einleitung" rows="3" /> | |
<flux:field.text name="introductionglobalise" label="Einleitung (globalise)" rows="3" /> | |
<flux:field.input name="recipient" label="Empfänger" required="1" /> |
<?php | |
namespace TYPO3Fluid\Fluid\Tests\Functional\Cases\Escaping; | |
use TYPO3Fluid\Fluid\Tests\Functional\BaseFunctionalTestCase; | |
/** | |
* Class RecursiveSectionRendering | |
*/ | |
class RecursiveSectionRenderingTest extends BaseFunctionalTestCase { |
<?php | |
namespace A3plus; | |
class Email | |
{ | |
// **************************************************** // | |
// *************** Dokumentation **************** // |