From: alex <bin...@li...> - 2001-09-09 06:54:30
|
alex Sat Sep 8 23:54:25 2001 EDT Modified files: /r2/binarycloud/docs/specs/xml EntityDefinition.php.xml Log: Added some notes to this file. No structural changes. Index: r2/binarycloud/docs/specs/xml/EntityDefinition.php.xml diff -u r2/binarycloud/docs/specs/xml/EntityDefinition.php.xml:1.1 r2/binarycloud/docs/specs/xml/EntityDefinition.php.xml:1.2 --- r2/binarycloud/docs/specs/xml/EntityDefinition.php.xml:1.1 Thu Aug 23 12:03:25 2001 +++ r2/binarycloud/docs/specs/xml/EntityDefinition.php.xml Sat Sep 8 23:54:25 2001 @@ -1,5 +1,13 @@ <entity> - +<!-- this is a temp storage site for these notes: +For modules to be distributed with binarycloud or available +from the (upcoming) module repository, as well as for +binarycloud core components you must: +- Use field and table/entity names with less than 32 chars +- Use lowercase for all database, field and table/entity names +- Use CAPS for SQL command (SELECT, AS, FROM, DELETE...) +- Verify that your SQL & Schemas work with Oracle, MySQL, and PostgreSQL. +--> <!-- the name of the entity --> |