Agenda DAW es un script para guardar y mostrar las tareas de las distintas materias del ciclo formativo de Grado Superior de Desarrollo de aplicaciones WEB.
Este script consta de 3 archivos.
#Requerimientos Servidor Apache
Es necesario tener un archivo llamado 'agenda' creado en el directorio contenedor del script, y concederle todos los permisos mediante el comando:
#chmod 777 agenda
#Uso Ejecutar el script 'TP1.php' a traves del servidor apache.
Mostrara un formulario, con tres campos y en el que se ofrecen tres opciones:
Guardar:
Para guardar una tarea es necesario cumplimentar la fecha en formato 'dd-MM-yyyy', seleccionar la materia, y describir la tarea.
Una vez validado y guardado, aparecera un mensaje de exito.
Mostrar:
Tenemos la posibilidad de generar una tabla html, de las tareas de una fecha concreta. Para esta opcion, el unico campo requerido y tenido en cuenta es el campo fecha.
Mostrar todas:
Esta opcion nos permite visualizar una tabla de todas las tareas registradas. Para esta opcion ningun campo es requerido.
**Al visualizar las tablas, tenemos las opciones de volver al formulario principal o la de generar el texto JSON correspondiente a la tabla visualizada.
#DAW Agenda
Agenda DAW is a script to save and display the work of the various subjects of the training cycle of higher level of development of Web applications.
This script consists of 3 files.
#Requeriments
Apache server
You must have a file called 'agenda' created in the container script directory, and grant all permissions using the command:
#chmod 777 agenda
#Use
Run 'TP1.php' script through the Apache server.
Show a form with three fields in which three choices:
Save:
To save a task you must complete the date format 'yyyy-MM-dd', select the subject, and describe the task.
Once validated and saved, will appear a message of success.
Show:
We are able to generate an HTML table, the tasks of a specific date. For this option, the only required field and taken into account is the date field.
Show all:
This option allows us to display a table of all recorded tasks. For this option any field is required.
** When viewing tables, we have the options to return to the main form or generate corresponding to the displayed table JSON text.