Show
Ignore:
Timestamp:
01/01/06 21:37:32 (6 years ago)
Author:
john
Message:

added a bunch of stuff for scaffolding

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/trax/vendor/trax/action_view.php

    r99 r106  
    2828include_once(TRAX_LIB_ROOT . "/action_view/helpers/url_helper.php"); 
    2929include_once(TRAX_LIB_ROOT . "/action_view/helpers/form_helper.php"); 
     30include_once(TRAX_LIB_ROOT . "/action_view/helpers/form_tag_helper.php"); 
     31include_once(TRAX_LIB_ROOT . "/action_view/helpers/date_helper.php"); 
    3032#include_once(TRAX_LIB_ROOT . "/action_view/helpers/text_helper.php"); 
    31 #include_once(TRAX_LIB_ROOT . "/action_view/helpers/active_record_helper.php"); 
     33include_once(TRAX_LIB_ROOT . "/action_view/helpers/active_record_helper.php"); 
    3234 
    3335?>