CODE STYLE class/model/ files

This commit is contained in:
Fernando Ontiveros
2012-10-22 05:57:53 -04:00
parent ea98460f99
commit 14c64af8c5
45 changed files with 3066 additions and 3250 deletions

View File

@@ -10,7 +10,7 @@
/**
* Skeleton subclass for performing query and update operations on the 'APP_NOTES' table.
*
*
*
*
* You should add additional methods to this class to meet the
* application requirements. This class will only be generated as
@@ -18,6 +18,7 @@
*
* @package classes.model
*/
class AppNotesPeer extends BaseAppNotesPeer {
class AppNotesPeer extends BaseAppNotesPeer
{
}
} // AppNotesPeer