PHP Classes

errors in PHP DAL Generator

Recommend this page to a friend!

      PHP DAL Generator  >  All threads  >  errors in PHP DAL Generator  >  (Un) Subscribe thread alerts  
Subject:errors in PHP DAL Generator
Summary:little errors
Messages:2
Author:Wolfgang Poppitz
Date:2014-09-21 01:11:15
 

 


  1. errors in PHP DAL Generator   Reply   Report abuse  
Picture of Wolfgang Poppitz Wolfgang Poppitz - 2014-09-21 01:11:15
Error in GeneradorCab.php Line 196:
instead of
$GetCount = $this->createGetCount$selected);
write
$GetCount = $this->createGetCount($selected);

Error: no dir modelo in app/

  2. Re: errors in PHP DAL Generator   Reply   Report abuse  
Picture of Jose Antonio Valle Minjares Jose Antonio Valle Minjares - 2014-09-21 03:29:28 - In reply to message 1 from Wolfgang Poppitz
Hi, thanks for report me.

This happen because you need to create folder "modelo" which contain the new generated classes inside app directory.

sorry, I was forget include some methods to create the directory tree