admin

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 »

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 »

JQUERY all

HOME HTML5 CSS3 JQUERY BOOTSTRAP 3 PHP 7 SQL REFERENCES EXAMPLES FAQ SNIPPETS Bootstrap 3 Button Generator WEB TUTORIALS HTML5 Tutorial XHTML Tutorial CSS3 Tutorial jQuery Tutorial Bootstrap3 Tutorial PHP Tutorial SQL Tutorial PRACTICE EXAMPLES HTML5 Examples CSS3 Examples jQuery Examples Bootstrap3 Examples PHP Examples HTML5 REFERENCES HTML5 Tags/Elements HTML5 Global Attributes HTML5 Event Attributes HTML5 Color Picker HTML5 Language Codes HTML5 Character

JQUERY all Leer más »

Map all Document Object Model (DOM)

Document Object Model (DOM) In This Article DOM interfaces Obsolete DOM interfaces HTML interfaces HTML element interfaces Other interfaces Obsolete HTML interfaces SVG interfaces SVG element interfaces SVG data type interfaces Static type Animated type SMIL related interfaces Other SVG interfaces See also The Document Object Model (DOM) connects web pages to scripts or programming languages. Usually that means JavaScript,

Map all Document Object Model (DOM) Leer más »

Lista de etiquetas HTML 5.1

Lista de etiquetas HTML 5.1   Etiquetas HTML 5.1 Elemento raíz Metadatos Secciones Contenido (bloques) Texto (en línea) Modificaciones Contenido incrustado Listas Tablas Formularios Interactivos Scripts Notación Ruby Otros La tabla siguiente resume las etiquetas definidas en la recomendación HTML5.1 (2º edición). Los nombres de las etiquetas enlazan con la lección correspondiente de los apuntes. Los

Lista de etiquetas HTML 5.1 Leer más »

Lista de propiedades CSS 3

Lista de propiedades CSS 3   Propiedades CSS 3 Tipo de letra Texto Columnas Bordes Cajas flexibles Esta lección contiene algunas propiedades de las recomendaciones CSS 3 actualmente en elaboración, pero únicamente aquellas propiedades que se comentan en alguna de las lecciones sobre CSS 3 de estos apuntes y que todavía no son admitidas de

Lista de propiedades CSS 3 Leer más »