Back end

Install and Use PHP Composer on Ubuntu 16.04

Install and Use PHP Composer on Ubuntu 16.04 Table of Contents Introduction Composer vs PEAR Requirements Install PHP Composer Using PHP Composer Introduction PHP Composer is a package management system for PHP which prevents users from having to «reinvent the wheel» when it comes to commonly-used website components like user authentication or database management. Composer […]

Install and Use PHP Composer on Ubuntu 16.04 Leer más »

Clone git moodle , wordpress , zend , lavarel , program-o, codeignter

  first git clone https://github.com/laravel/laravel.git git clone  https://github.com/bcit-ci/CodeIgniter.git git clone https://github.com/Program-O/Program-O.git git clone https://github.com/Program-O/Program-O.git sudo apt-get install git   https://github.com/zendframework/zendframework.git   composer https://www.1and1.com/cloud-community/learn/application/php/install-and-use-php-composer-on-ubuntu-1604/ sudo apt-get install curl   sudo apt-get install curl     Obtención de Git (Windows, OSX, Linux y otros) El soporte para Git estaba, hasta hace muy poco tiempo, principalmente confinado a

Clone git moodle , wordpress , zend , lavarel , program-o, codeignter Leer más »

Moodle Page API

Page API The Page API is used to set up the current page, add JavaScript, and configure how things will be displayed to the user.     Contents 1 Overview 2 A simple example 3 $PAGE The Moodle page global 4 Setting up the page 4.1 URL 4.2 Context 4.3 Optional set up 4.3.1 Page

Moodle Page API Leer más »

Moodle Persistent Api

Persistent Moodle 3.3 Moodle persistents are equivalent to models (or active records). They represent an object stored in the database and provide the methods to create, read, update, and delete those objects. Additionally, the persistents validate their own data against automatic and custom validation rules. Persistents are made by extending the abstract class core\persistent. Properties

Moodle Persistent Api Leer más »

Moodle Output API

Output API Note: This page is a work-in-progress. Feedback and suggested improvements are welcome. Please join the discussion on moodle.org or use the page comments. Moodle 2.9 This page is a fresh attempt to explain how renderers, renderables, themes and templates all work together for Moodle 2.9. Lets start with building a page that is

Moodle Output API Leer más »

Moodle Web service protocols

Web service API functions   Web service protocols Name Moodle Ver. Description CORS Issue REST (returning XML) 2.0 XML data accessed through a REST API (not restful) Supported (3.0 and onwards) REST (returning JSON) 2.2 JSON data accessed through a REST API (not restful) Supported (3.0 and onwards) MDL-29242 REST (returning JSONP) 2.X Would be

Moodle Web service protocols Leer más »

Zend Tool Cheat Sheet

Zend Tool Cheat Sheet Zend Framework Command Line Console Tool v1.11.5 Usage zf [–glo­bal­-opts] action­-name [–act­ion­-opts] provid­er-name [–pro­vid­er-­opts] [provider parameters …] Note: You may use «­?» in any place of the above usage string to ask for more specific help inform­ation. Example: «zf ? versio­n» will list all available actions for the version provider. Version

Zend Tool Cheat Sheet Leer más »

JSON Cheat Sheet

JSON Cheat Sheet A JSON cheat sheet. Data Types number var myNum = 123.456; Series of numbers; decimals ok; double­-pr­ecision floati­ng-­point format string var myString = «­abc­def­»; Series of characters (letters, numbers, or symbols); double­-quoted UTF-8 with backslash escaping boolean var myBool = true; true or false array var myArray = [ «­a», «­b», «­c»,

JSON Cheat Sheet Leer más »