Skip to content

Instantly share code, notes, and snippets.

View schuer's full-sized avatar
🥊

Dirk Schürjohann schuer

🥊
View GitHub Profile
@dajoho
dajoho / copycats.php
Last active July 30, 2020 14:00
Copy Categories REDAXO 4.3.x - Duplicates an entire category in REDAXO (including metadata, modules, slices & actions)
<?php
error_reporting(0);
include 'redaxo/include/master.inc.php';
error_reporting(E_ALL ^E_NOTICE);
ini_set('display_errors', 1);
$CLONE_THIS_ID = 184;
$DUPLICATE_MODULES = true;
@ziadoz
ziadoz / awesome-php.md
Last active April 17, 2024 21:06
Awesome PHP — A curated list of amazingly awesome PHP libraries, resources and shiny things.