Back end

Git Cheat Sheet – cheat sheets

Git Cheat Sheet Cheat Sheet for the Git Distributed Version Control System. Based on https://github.com/AlexZeitler/gitcheatsheet and http://www.git-tower.com/files/cheatsheet/Git_Cheat_Sheet_grey.pdf Create Git Repository From existing direct­ory cd proje­ct_dir git init git add . From other reposi­tory git clone exist­ing­_dir new_dir git clone git:/­/gi­thu­b.c­om/­use­r/r­epo.git git clone https­://­git­hub.co­m/u­ser­/re­po.git Git – Local Changes Changed in working direct­ory git status Tracked file changes git diff Add changed

Git Cheat Sheet – cheat sheets Leer más »

Moodle developer’s cheat sheet

Moodle developer’s cheat sheet Cheat Sheet Common functions userful for developers working in Moodle Capabi­lities Has capabi­litity has_ca­pab­ility() User is admin is_admin() Require Capability requir­e_c­apa­bil­ity() Context Levels System Context CONTEX­T_S­YSTEM 10 User Context CONTEX­T_USER 30 Course Category Context CONTEX­T_C­OUR­SECAT 40 Module Context CONTEX­T_M­ODULE 70 Block Context CONTEX­T_BLOCK 80 Course Context CONTEX­T_C­OURSE 50 Access API System

Moodle developer’s cheat sheet Leer más »

Zend Framework 2 + Doctrine 2 Cheat Sheet

Zend Framework 2 + Doctrine 2 Cheat Sheet Comandos de console em composer, zftool e doctrine tool  php      web      doctrine      zendframework Criação e instalação $ zftool.phar create project nome $ cd nome $ composer install $ composer require zendframework/zftool:dev-master $ composer require doctrine/doctrine-orm-module:0.7.* $ composer require zendframework/zend-developer-tools:dev-master $ cp vendor/framework/zend-developer-tools/config/zenddevelopertools.local.php.dist config/autoload/ztd.local.php $ composer require hounddog/doctrine-data-fixture-module:dev-master 1 – Criação do projeto

Zend Framework 2 + Doctrine 2 Cheat Sheet Leer más »

PHP Cheat Sheet

PHP Cheat Sheet A quick reference guide for PHP, with functions references, a regular expression syntax guide and a reference for PHP’s date formating functions. As of 28/6/14, the cheat sheet now includes popup links to the appropriate PHP manual pages.by DaveChild PHP Array Functions array_diff (arr1, arr2 …) array_filter (arr, function) array_flip (arr) array_intersect (arr1,

PHP Cheat Sheet Leer más »

PHP para el desarrollo de WordPress – Guía completa

Documentación WordPress WordPress Codex – La página principal de toda la documentación de WordPress. El Codex pronto será reemplazado por recursos para desarrolladores Etiquetas de Plantilla – Funciones que puedes utilizar en los bucles Etiquetas Condicionales – Funciones que devuelven verdadero o falso en escenarios específicos Referencia al WP_Query – El lugar para ir si necesitas una consulta personalizada Referencia

PHP para el desarrollo de WordPress – Guía completa Leer más »

Gamification with Moodle , moodle books

Gamification with Moodle     Frequently bought together Gamification with Moodle € 26.60 € 18.63 History Teaching with Moodle 2 € 22.97 € 16.09 Buy 2 for €34.10 Save €12.79 Add to Cart Book Details ISBN 139781782173076 Paperback134 pages Book Description This book describes how teachers can use Gamification design within the Moodle Learning Management System. Game

Gamification with Moodle , moodle books Leer más »

Creating An Online Learning Platform From Scratch

I have implemented a good number of moodle installations . Implementation the e-learning in elearning companies from scratch . Admin the server for moodle , check the performance , requerimients ,improve security ,backup , maintenance mode . Develop webservice APIs to integrate moodle with other applications. deploying moodle and guiding them to develop applications and

Creating An Online Learning Platform From Scratch Leer más »