tingobol / gii-template-collection

Automatically exported from code.google.com/p/gii-template-collection
0 stars 0 forks source link

Some files are missing #46

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Generate a Full Model, make sure you have foreign key constraints on table 
level so that fullModel generates the relations() function in Model.
2. If you don't have constraints on table level, write relations at your own in 
model after generation.
3. Now try to generate FullCRUD and then access the generated CRUD.

What is the expected output? What do you see instead?
Expected output are working CRUD views and turning regular text fields to 
dropdown fields automatically as per relations defined in the model.

Instead, these three errors are shown:

include(OwnerBehavior.php) [<a href='function.include'>function.include</a>]: 
failed to open stream: No such file or directory 

include(Relation.php) [<a href='function.include'>function.include</a>]: failed 
to open stream: No such file or directory 

include(identificationColumnValidator.php) [<a 
href='function.include'>function.include</a>]: failed to open stream: No such 
file or directory 

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by raheel.dharolia on 30 Nov 2011 at 2:51

Attachments:

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Hi raheel.dharolia,

I have resolved, may be you missing files in components folder.
In config/main.php file, You find the location of components folder and add 
it's path into the Import array.

Original comment by phanthi...@gmail.com on 6 Nov 2013 at 10:56

Attachments: