WampServer
WampServer is a Windows web development environment. It allows you to create web applications with Apache2, PHP and a MySQL database. Alongside, PhpMyAdmin allows you to manage easily your databases.
WampServer is a Windows web development environment. It allows you to create web applications with Apache2, PHP and a MySQL database. Alongside, PhpMyAdmin allows you to manage easily your databases.
Moodle migration https://elearningindustry.com/4-handy-tips-for-moodle-migration Moodle migration and moving the Moodle from one server to another does happen frequently. The reasons may involve security concerns, No official support from Moodle and most importantly leveraging the new functionalities provide by latest updates. The recent Moodle 2.6 release comes with some stunning new features for teachers, administrators and students.
Serialization Have you ever needed to store a complex variable in a database or a text file? You do not have to come up with a fancy solution to convert your arrays or objects into formatted strings, as PHP already has functions for this purpose. There are two popular methods of serializing variables. Here is
Serialization – PHP Leer más »
Responsible Database normalization E R M on Foco campus.es , campus.net , Moodle 2.8 -Spain -Based in Madrid ,Salamanca,Jaen Solid skills acquired through experience or education; the theoretical or practical understanding of a subject.Database schema https://docs.moodle.org/dev/Database_schema_introduction **************************************************************************************** Database normalization, or simply normalisation, is the process of organizing the columns (attributes) and tables (relations) of
Database normalization E R M Leer más »
MySQL Workbench MySQL open source software is provided under the GPL License. OEMs, ISVs and VARs can purchase commercial licenses. MySQL Workbench provides DBAs and developers an integrated tools environment for: Database Design & Modeling SQL Development Database Administration Database Migration
HeidiSQL is a useful and reliable tool designed for web developers using the popular MySQL server, Microsoft SQL databases and PostgreSQL. It enables you to browse and edit data, create and edit tables, views, procedures, triggers and scheduled events. Also, you can export structure and data either to SQL file, clipboard or to other servers
Point 3 -Zend Framework 2 ( ZF2 ). Controladores y Vistas. Working with the controller connects with the view through the ViewModel class, we learn to pass values or parameters of type array (associative). We will review how to use and render plugins forward, HTTP redirect using $ this-> redirect () -> toUrl (). $this->params()->fromRoute(),
3 – Connecting the Controller with the view Leer más »
ZendSkeletonApplication Easy . from commamnd line , cmd.exe , msdos command line php composer.phar self-update php composer.phar install Your browser does not support iframes. https://github.com/zendframework/ZendSkeletonApplication Getting started: A skeleton application¶ In order to build our application, we will start with the ZendSkeletonApplication available on github. Use Composer (http://getcomposer.org) to create a new project from scratch
ZendSkeletonApplication Leer más »
Curso Programacion orientada a objeto POO (Programacion Orientada a objetos) Programación Orientada a Objetos Historia de la Programación El Objeto La Clase Abstracción Herencia Polimorfismo Ventajas POO Lenguajes Orientados a Objetos Lenguaje de Programación Java Introdución a Java Encapsulamiento en Java Método main Flujos de Control en Java Declaración de una clase en Java Control
POO (Programacion Orientada a objetos) Leer más »
Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs.