Changeset 1192 for trunk/system/views

Show
Ignore:
Timestamp:
11/20/2007 12:02:06 AM (12 months ago)
Author:
Shadowhand
Message:

Small changes to core:

  • Moved ORM to system/libraries
  • Updated views/kohana_form to not set the "id" attribute
  • form::label() will now handle labels with arrays for names
  • Kohana 404 pages will not include the url_suffix any more
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/views/kohana_form.php

    r1168 r1192  
    1515 
    1616        // Set input name and id 
    17         $data['name'] = $data['id'] = $name; 
     17        $data['name'] = $name; 
    1818 
    1919        if ( ! empty($data['options']))