PHP Classes

The class PHP code Generator don't work

Recommend this page to a friend!

      PHP Code Generator for MySQL Open Source  >  All threads  >  The class PHP code Generator don't work  >  (Un) Subscribe thread alerts  
Subject:The class PHP code Generator don't work
Summary:No such file or directory
Messages:5
Author:Herman Kutat
Date:2019-10-09 16:08:06
 

  1. The class PHP code Generator don't work   Reply   Report abuse  
Picture of Herman Kutat Herman Kutat - 2019-10-09 16:08:06
Already, thank you very much for the class

here are the error messages that appear:
Warning: copy(arq_sql/file.sql): failed to open stream: No such file or directory in C:\Users\Herman_Kutat\ClassGenerator\gerador_classes_gerar.php on line 25

and the second error is this :
Warning: time() expects exactly 0 parameters, 1 given in gerador_gerar_classes.php on line 31

Thanks

  2. Re: The class PHP code Generator don't work   Reply   Report abuse  
Picture of Helio Barbosa Helio Barbosa - 2019-10-09 18:29:16 - In reply to message 1 from Herman Kutat
Hi friend!
First of all answering your question with one question
Do you have a sub-folder called arq_sql?
If you don't have, try to creat it and run again.

And the second, I am making a new Framework very simple to use and with a lot of things.
Isn't finished yet but you can see here
github.com/helhoso/phpFrameWorkClas ...

If you need any more information call me on hflb01@gmail.com

  3. Re: The class PHP code Generator don't work   Reply   Report abuse  
Picture of Herman Kutat Herman Kutat - 2019-10-10 13:00:04 - In reply to message 2 from Helio Barbosa

Hello! Oh yes I created the folder "arq_sql" and it works. I mean its no longer displaying the error message. there was also an error message at line 31 of "gerador_gerar_classes" on the time() function. you put a parrameter and apparently it does not take a parameter
I also want to tell you that I am new to programming.

I will go watch your new framework

  4. Re: The class PHP code Generator don't work   Reply   Report abuse  
Picture of Helio Barbosa Helio Barbosa - 2019-10-10 13:30:21 - In reply to message 3 from Herman Kutat
Great
Thanks for report me.

  5. Re: The class PHP code Generator don't work   Reply   Report abuse  
Picture of Helio Barbosa Helio Barbosa - 2019-10-13 17:29:38 - In reply to message 1 from Herman Kutat
Hi guys!
I saw some errors in the source code and provided the corrections.
I apologize to all of you.