Main > Programming > Libraries >

Myco 0.01

Myco 0.01

Sponsored Links

Myco 0.01 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.085 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 901
Date added: 2007-05-09
Publisher: The myco project

Myco 0.01 description

Myco is a Perl module that contains the myco object framework.

SYNOPSIS

use Myco;

### DB connection
Myco->db_connect(@dbconn);
Myco->db_disconnect(@dbconn);

$storage = Myco->storage; # Tangram connection object

### Object retrieval
$obj = Myco->load($id); # retrieval by Tangram object id

# Retrieve all of given class
@objects = Myco->select(Myco::Foo);

# Retrieve all of given class, using remote object and filtering
$remote = Myco->remote(Myco::Foo);
@objects = Myco->select($remote, $filter);

# Retrieve all of given class, by cursor
$cursor = Myco->select(Myco::Foo);
while (my $obj = $cursor->current()) {
# process $obj
$cursor->next();
}

### Object insertion and update
# Myco::Base::Entity alternative
Myco->insert($obj); # $obj->save;
Myco->update($obj); # $obj->save;
Myco->update(@objects);

### Object removal - from db and memory
Myco->destroy($obj); # $obj->destroy;
Myco->destroy(@objects);

### Object removal - from just db
Myco->erase(@objects);
See Tangram::Storage for other miscellany.

Encapsulates functionality of Tangram::Storage but treats the storage connection object as class data, allowing access to object persistence functionality via class method calls.

Intended for use with so-called myco "entity" objects, that is those belonging to classes that inherit from Myco::Base::Entity. Use of inherited instance methods for managing object persistence state where possible is preferred. (ie. use $obj->save instead of both Myco->insert($obj) and Myco->update($obj).)

Pulls in all other required classes of entire Myco class system.

Myco 0.01 Screenshot

Advertisements

Myco 0.01 Keywords

Bookmark Myco 0.01

Hyperlink code:
Link for forum:

Myco 0.01 Copyright

WareSeeker periodically updates pricing and software information of Myco 0.01 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of Myco 0.01 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
Pogo is a Perl interface for GOODS. Free Download
Dialog is a Perl interface to dialog(3). Free Download
LSF::Hosts is a Perl module to retrieve information about LSF hosts. Free Download
Myco::Devel is a Perl module for myco Developers Guide. Free Download
dtRdr::Config is a Perl module with Factory class for configuration system. Free Download
PObject is a base class for perl objects, takes the irritation out of creating properties for objects. Free Download
Myco::Entity is a common base class for all Myco entity classes. Free Download
B::Flags is a Perl module that provides a friendlier flags for B. Free Download