saulhoward / haddock-cms

Automatically exported from code.google.com/p/haddock-cms
0 stars 0 forks source link

File names in the Database Class Names file. #109

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. You assemble the database class names file from the various CSV files in the 
different modules.
2. The list of classes also contains the file names.
3. The file names are unnecessary because we have an effective __autoload 
system.

What is the expected output? What do you see instead?

The file should just list the class name. The same is true for the CSV files 
that link the database 
entities to the classes. The Database_DatabaseClassFactory and the 
Database_DatabaseClassFinder 
should also be edited to remove file names.

This would be an enhancement because moving a database file to another 
directory now breaks 
the system in several places.

Original issue reported on code.google.com by robert.i...@gmail.com on 9 Oct 2009 at 2:25