Full stack

PHPUnit

Getting Started with PHPUnit Download We distribute a PHP Archive (PHAR) that contains everything you need in order to use PHPUnit. Simply download it from here, make it executable, and put it into your $PATH, for instance: ➜ wget https://phar.phpunit.de/phpunit.phar ➜ chmod +x phpunit.phar ➜ sudo mv phpunit.phar /usr/local/bin/phpunit ➜ phpunit –version PHPUnit 6.1.0 by

PHPUnit Leer más »

WORDPRESS – EJECUTAR CÓDIGO PHP EN PÁGINAS SIN PLUGIN.

WORDPRESS – EJECUTAR CÓDIGO PHP EN PÁGINAS SIN PLUGIN. Buenos días a todos, en este tutorial vamos a ver un sencillo truco para poder ejecutar código PHP en nuestras páginas o Posts de wordpress sin necesidad de instalar ningún plugin. Bueno los pasos que vamos a seguir son los siguientes: Crear una copia del archivo page.php o de post.php Insertar

WORDPRESS – EJECUTAR CÓDIGO PHP EN PÁGINAS SIN PLUGIN. Leer más »

how to contribute your code into the moodle Plugins directory

  ► Plugin contribution Plugin contribution PLUGINS DEVELOPMENT Plugin contribution Plugin types Plugin files Contribution checklists Plugin code prechecks Providing documentation Plugins translation Plugins directory Guardians Adoption This page describes how to contribute your code into the Plugins directory to share it with the Moodle community. CONTENTS  [hide]  1 Why 2 Before you start 3 Sharing code in the Plugins directory

how to contribute your code into the moodle Plugins directory Leer más »