PHP

WordPress Cheat Sheet

  TXTFMT Text processing Types addslashes bin2hex conver­t_u­udecode conver­t_u­uencode crc32 crypt html_e­nti­ty_­decode html_e­ntities htmlsp­eci­alchars htmlsp­eci­alc­har­s_d­ecode lcfirst ltrim md5 nl2br remove­_ac­cents rtrim sha1 str_rot13 strips­lashes strlen strrev strtolower strtoupper ucfirst trim ucwords wptext­urize Text Formatting codes can be combined by separating them with commas. The list is processed in left to right order. Shortcode Attribute Placeh­olders […]

WordPress Cheat Sheet 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 »

cheat-sheets PHP

https://www.cheatography.com/krabat1/cheat-sheets/php/   PHP Cheat Sheet PHP development PHP TOC I PHP Control Structures http:/­/ww­w.c­hea­tog­rap­hy.c­om­/kr­aba­t1/­che­at-­she­ets­/ph­p/#­tit­le_­706­_2456 PHP Function handling Functions http:/­/ww­w.c­hea­tog­rap­hy.c­om­/kr­aba­t1/­che­at-­she­ets­/ph­p/#­tit­le_­706­_2462 PHP Operators http:/­/ww­w.c­hea­tog­rap­hy.c­om­/kr­aba­t1/­che­at-­she­ets­/ph­p/#­tit­le_­706­_2474 PHP Logical Operators http:/­/ww­w.c­hea­tog­rap­hy.c­om­/kr­aba­t1/­che­at-­she­ets­/ph­p/#­tit­le_­706­_2457 PHP Arithmetic Operators http:/­/ww­w.c­hea­tog­rap­hy.c­om­/kr­aba­t1/­che­at-­she­ets­/ph­p/#­tit­le_­706­_2461 PHP Increm­ent­ing­/De­cre­menting Operators http:/­/ww­w.c­hea­tog­rap­hy.c­om­/kr­aba­t1/­che­at-­she­ets­/ph­p/#­tit­le_­706­_2458 PHP Bitwise Operators http:/­/ww­w.c­hea­tog­rap­hy.c­om­/kr­aba­t1/­che­at-­she­ets­/ph­p/#­tit­le_­706­_2460 PHP Comparison Operators http:/­/ww­w.c­hea­tog­rap­hy.c­om­/kr­aba­t1/­che­at-­she­ets­/ph­p/#­tit­le_­706­_2459 PHP Math Functions http:/­/ww­w.c­hea­tog­rap­hy.c­om­/kr­aba­t1/­che­at-­she­ets­/ph­p/#­tit­le_­706­_2447 PHP XML Manipu­lation Functions http:/­/ww­w.c­hea­tog­rap­hy.c­om­/kr­aba­t1/­che­at-­she­ets­/ph­p/#­tit­le_­706­_2448 PHP Network Functions http:/­/ww­w.c­hea­tog­rap­hy.c­om­/kr­aba­t1/­che­at-­she­ets­/ph­p/#­tit­le_­706­_2440

cheat-sheets PHP 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 »

Inversión europea de 6 millones de dólares en Moodle

https://moodle.com/2017/09/27/moodle-da-la-bienvenida-una-inversion-europea-de-6-millones-de-dolares-australianos-para-impulsar-el-crecimiento-y-la-innovacion/   Moodle da la bienvenida a una inversión europea de 6 millones de dólares australianos para impulsar el crecimiento y la innovación September 27, 2017 Moodle Pty Ltd, la compañía australiana que desarrolla la plataforma de aprendizaje Moodle, anunció una inversión ángel por parte de Education For The Many – una subsidiaria de la

Inversión europea de 6 millones de dólares en Moodle 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 »