Show
Ignore:
Timestamp:
02/10/2008 12:11:00 PM (10 months ago)
Author:
Shadowhand
Message:

Fixes to Forge:

  • Replaced html() with render() on all Forge classes
  • Minor cleanups in various classes
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/modules/forge/libraries/Form_Hidden.php

    r1923 r2022  
    1414        protected $data = array 
    1515        ( 
     16                'name'  => '', 
    1617                'type'  => 'hidden', 
    1718                'class' => 'hidden', 
     
    2122        protected $protect = array('type', 'label'); 
    2223 
    23         public function html() 
     24        public function render() 
    2425        { 
    2526                $data = $this->data;