Page 1 of 1

Iniciarme con TWEB

PostPosted: Thu Apr 11, 2019 3:37 pm
by Armando
Hola Amigos:

Necesito iniciarme en el desarrollo de una aplicación WEB y he pensado en TWEB.

Alguien que quiera conducir a este ciego por la TWEB?

Saludos

Re: Iniciarme con TWEB

PostPosted: Thu Apr 11, 2019 4:09 pm
by cnavarro

Re: Iniciarme con TWEB

PostPosted: Thu Apr 11, 2019 7:08 pm
by Carles
Hola

cnavarro wrote:http://forums.fivetechsupport.com/viewtopic.php?f=3&t=36990

Y sobre todo en su web: http://itarraco.com/tweb.forum/


Gracias Cristobal :D

En el enlace http://itarraco.com/tweb.help primer apartado -> Introduccion, explico el concepto y la base de TWeb. Si ves que puede ser una solucion para ti, pues... a seguir con todos los ejemplos.

Re: Iniciarme con TWEB

PostPosted: Thu Apr 11, 2019 7:22 pm
by Armando
Carles:

Eres muy amable, me parece que sí puede ser la opción.

Estoy leyendo tu manual e instalando las herramientas.

Ya te molestaré donde me atore.

Saludos

Re: Iniciarme con TWEB

PostPosted: Thu Apr 11, 2019 9:06 pm
by Otto
Hello Armando,
I started some days ago.
Please see:

viewtopic.php?f=3&t=36990&start=30

Best regards

Otto

Re: Iniciarme con TWEB

PostPosted: Thu Apr 11, 2019 9:11 pm
by Armando
Otto:

Thanks so much, I will.

Regards

Re: Iniciarme con TWEB

PostPosted: Fri Apr 12, 2019 1:28 am
by Armando
Carles amigo:

Estoy enfrentando estos errores

Code: Select all  Expand view

Warning: include(config.php): failed to open stream: No such file or directory in C:\xampp\htdocs\test_tweb.php on line 2

Warning: include(): Failed opening 'config.php' for inclusion (include_path='C:\xampp\php\PEAR') in C:\xampp\htdocs\test_tweb.php on line 2

Warning: Use of undefined constant TWEB_PATH - assumed 'TWEB_PATH' (this will throw an Error in a future version of PHP) in C:\xampp\htdocs\test_tweb.php on line 3

Warning: A non-numeric value encountered in C:\xampp\htdocs\test_tweb.php on line 3

Warning: A non-numeric value encountered in C:\xampp\htdocs\test_tweb.php on line 3

Warning: include(0): failed to open stream: No such file or directory in C:\xampp\htdocs\test_tweb.php on line 3

Warning: include(): Failed opening '0' for inclusion (include_path='C:\xampp\php\PEAR') in C:\xampp\htdocs\test_tweb.php on line 3

Fatal error: Uncaught Error: Class 'TWEB' not found in C:\xampp\htdocs\test_tweb.php:4 Stack trace: #0 {main} thrown in C:\xampp\htdocs\test_tweb.php on line 4



Y este es el código del primer ejemplo:

Code: Select all  Expand view

<?php
    include ('config.php');
    include (TWEB_PATH +'core.php');
    $oWeb = new TWEB('Test_TWeb.php');
    $oWeb->Activate();
    $oWeb->END();
?>


Gracias por tu apoyo

Re: Iniciarme con TWEB

PostPosted: Fri Apr 12, 2019 5:28 am
by Carles
Armando,

Para cuestiones técnicas hay el foro de TWeb. Lo digo para no mezclar este foro con otros temas. Por lo que veo, parece ser que tienes tu php en otra carpeta. Sigue las instrucciones del help para ejecutar y entender la estructura de TWeb.

Gracias.