/[Frey]/trunk/lib/Frey/Manual.pod
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/lib/Frey/Manual.pod

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 941 by dpavlin, Tue Jan 6 13:20:39 2009 UTC revision 1020 by dpavlin, Mon Jan 26 14:51:11 2009 UTC
# Line 31  allowing you to explore your data while Line 31  allowing you to explore your data while
31    
32  FIXME broken if not noted in C<TODO>  FIXME broken if not noted in C<TODO>
33    
34  For database objects we support L<Fey> and when your objects are created  For database objects we support L<DBIx::Class> to introspect existing
35  C<< with 'Frey::Collection' >> they will have basic CRUD functionality  database and implement user interface for it.
36  implemented by L<Frey::ObjectBrowser>.  
37    Steps to create classes for your existing L<Reblog> database:
38    
39     ./bin/dbic-generate-schema.pl 'DBI:mysql:database=reblog;host=127.0.0.1;port=13306' Reblog
40    
41    Open L<Frey::DBIC::Browser/as_sponge> and verify that your generated schema works
42    
43    =back
44    
45  =head1 User parts  =head1 User parts
46    

Legend:
Removed from v.941  
changed lines
  Added in v.1020

  ViewVC Help
Powered by ViewVC 1.1.26