On 19 Dec 2005, at 08:20, Cadaver wrote:

IShop->setup("dbi:mysql:ishop","root","someverylongpassword");
IShop->config->{uri_base} = "http://localhost/IShop";;
IShop->config->{rows_per_page} = 10;
IShop->config->{loader}->relationship($_) for
        ("a manufacturer has products", "a category has products",
        "a subcategory has products", "a category has subcategories");


I'd advise against using Class::DBI::Loader::Relationship. Use plain Class::DBI::Loader instead. CDLR has some problems which become apparent later.




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Maypole-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/maypole-users

Reply via email to