Show
Ignore:
Timestamp:
07/13/08 01:04:42 (6 months ago)
Author:
jwage
Message:

fixes #1181 - removing loadTemplate() in favor of using actAs() always for loading behaviors, templates, etc.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/1.0/lib/Doctrine/Record/Abstract.php

    r4460 r4681  
    269269            $this->hasColumn($name, $options['type'], $options['length'], $options); 
    270270        } 
    271     }  
    272     /** 
    273      * loadTemplate 
    274      * 
    275      * @param string $template 
    276      */ 
    277     public function loadTemplate($template, array $options = array()) 
    278     { 
    279         $this->actAs($template, $options); 
    280271    } 
    281272