Como instalar en Linux: NGINX MariaDB y PHP (LEMP)
Como instalar en Linux: NGINX MariaDB y PHP (LEMP) Una buena alterantiva a LAMP es LEMP (Linux Nginx MariaDB/MySQL PHP. Nginx es un servidor…
Como instalar en Linux: NGINX MariaDB y PHP (LEMP) Una buena alterantiva a LAMP es LEMP (Linux Nginx MariaDB/MySQL PHP. Nginx es un servidor…
Índice de contenidos 1. Introducción 2. Entorno 3. Instalación de CodeIgniter 3.1. Configuración 4. Operaciones básicas 4.1. Modelo 4.1.1 Configuración del acceso…
50 Actions (acciones) de WordPress – 50 ejemplos (del 1 al 10) Manejar la Inicialización de WordPress Este action, en resumen,…
WordPress is an amazing platform and the most popular content management system in the world. The reason for this title is because…
https://www.tutorialspoint.com/codeigniter/codeigniter_tutorial.pdf
Plan de acción para desarrollar simulador de BI subir Hace 3 días · 11:00 Espacio Coworking TIC SeAceptanIdeas.com Asistiremos a este primer…
Phinx http://docs.phinx.org Phinx makes it ridiculously easy to manage the database migrations for your PHP app. In less than 5 minutes,…
Getting Started with PHPUnit Download We distribute a PHP Archive (PHAR) that contains everything you need in order to use PHPUnit. Simply…
error_reporting(E_ALL); ini_set(‘display_errors’, TRUE); ini_set(‘display_startup_errors’, TRUE); Nobody enjoys the process of debugging their code. If you want to build killer web…
mysql -u root -p bdname Syntax: mysql -u user_name -ppassword dbname -u : Specify mysql database user name -p : Prompt for…