Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: MVC question: way to expose API

by rhesa (Vicar)
on May 10, 2008 at 11:33 UTC ( [id://685853]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package Model::Classloader;
    
    ...
        eval "require $fullname;";
        return $fullname;
    }
    
  2. or download this
    package MyApp::Frontend;
    
    ...
        # some business logic such as check if report exist, etc. 
        $C->class('Report')->get_report(...);
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://685853]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (3)
As of 2024-04-18 19:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found