What does "->" do or mean in PHP?
        Posted  
        
            by mas2040
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by mas2040
        
        
        
        Published on 2010-06-07T08:19:01Z
        Indexed on 
            2010/06/07
            8:22 UTC
        
        
        Read the original article
        Hit count: 265
        
i have seen this at a lot of place but have never understood its meaning or working... for example:
// Registry $registry = new Registry();
// Loader $loader = new Loader($registry); $registry->set('load', $loader);
if someone can elaborate this, i will be very greatful.. thanks in avance..
© Stack Overflow or respective owner