From: Leandro Lucarella Date: Thu, 28 Apr 2005 04:38:00 +0000 (+0000) Subject: Esqueleto de clases. X-Git-Tag: svn_import~154 X-Git-Url: https://git.llucax.com/z.facultad/75.43/tp1.git/commitdiff_plain/0f8291748d189597a52452a196aeacbc247ee450?ds=sidebyside Esqueleto de clases. --- diff --git a/src/lib/Asesor.php b/src/lib/Asesor.php new file mode 100644 index 0000000..26fe515 --- /dev/null +++ b/src/lib/Asesor.php @@ -0,0 +1,19 @@ + \ No newline at end of file diff --git a/src/lib/Comentario.php b/src/lib/Comentario.php new file mode 100644 index 0000000..d0406a9 --- /dev/null +++ b/src/lib/Comentario.php @@ -0,0 +1,19 @@ + \ No newline at end of file diff --git a/src/lib/Item.php b/src/lib/Item.php new file mode 100644 index 0000000..d4b59c7 --- /dev/null +++ b/src/lib/Item.php @@ -0,0 +1,46 @@ + \ No newline at end of file diff --git a/src/lib/Link.php b/src/lib/Link.php new file mode 100644 index 0000000..0aed72d --- /dev/null +++ b/src/lib/Link.php @@ -0,0 +1,36 @@ + \ No newline at end of file diff --git a/src/lib/Pregunta.php b/src/lib/Pregunta.php new file mode 100644 index 0000000..35e2c0b --- /dev/null +++ b/src/lib/Pregunta.php @@ -0,0 +1,30 @@ + \ No newline at end of file diff --git a/src/lib/Respuesta.php b/src/lib/Respuesta.php new file mode 100644 index 0000000..f7c01f8 --- /dev/null +++ b/src/lib/Respuesta.php @@ -0,0 +1,25 @@ + \ No newline at end of file diff --git a/src/lib/Socio.php b/src/lib/Socio.php new file mode 100644 index 0000000..f0b76cc --- /dev/null +++ b/src/lib/Socio.php @@ -0,0 +1,31 @@ + \ No newline at end of file diff --git a/src/lib/Usuario.php b/src/lib/Usuario.php new file mode 100644 index 0000000..1f2b233 --- /dev/null +++ b/src/lib/Usuario.php @@ -0,0 +1,57 @@ + \ No newline at end of file