EntityAn entity exists in the target language which matches the name (matching the target language pattern) in the source schema. more⇛ by Group Public on Thursday August 07 2008 @ 15:45:07 (7/7 Points) |
API ↪Reference |
If you're not sure what you're looking for, go to Getting Started→.
EntityAn entity exists in the target language which matches the name (matching the target language pattern) in the source schema. more⇛ by Group Public on Thursday August 07 2008 @ 15:45:07 (7/7 Points) |
API ↪Reference |
Testing PersephoneYou will need to have MySQL installed to test the Persephone setup. more⇛ by Group Public on Friday August 15 2008 @ 11:54:41 (7/7 Points) |
Configuration ↪Reference |
Using PersephonePersephone is a two part framework. The first part is where you describe your schema and features, which will be processed by Persephone. Code will be generated by this step for you to use in your target language (PHP for now). more⇛ by Group Public on Friday August 15 2008 @ 13:51:32 (6/6 Points) |
Tutorial ↪User Guide |
Getting StartedGet a binaryby Group Public on Friday August 15 2008 @ 13:57:16 (6/6 Points) |
General ↪Other |
Setup PHP, Pear Environment and PathsInclude Filesby Group Public on Friday August 15 2008 @ 12:01:12 (5/5 Points) |
Configuration ↪Reference |
Building PersephoneFirst you need to get the current code from Google code↗: more⇛ by Group Public on Friday August 15 2008 @ 11:19:13 (1/1 Points) |
Configuration ↪Reference |
Meta:PageTop-ListIf you're not sure what you're looking for, go to Getting Started→. replies⇛ by Book Brain Admin on Friday August 15 2008 @ 13:53:53 (1/1 Points) |
Reference |
Using a function to obtain the database objectSometimes you don't have a global variable which contains the database object, rather you have a function which returns that reference. more⇛ by Group Public on Friday August 15 2008 @ 15:35:26 (1/1 Points) |
Language ↪Reference |
MDB2 empty String columns and NullWhen loading an entity from the DB, you may get this error message 'Attempt to set null on non-nullable field' (DBS_SetFieldExcpetion::TYPE_NULL) if the DB column produces null and your entity is not marked with ALLOW_NULL. more⇛ by Group Public on Monday September 22 2008 @ 10:13:07 (1/1 Points) |
Tips ↪User Guide |
Search IteratorSearching entities is done via iterators, rather than loading the entire result immediately. more⇛ by Group Public on Friday October 17 2008 @ 15:14:10 (1/1 Points) |
API ↪Reference |