Changeset 14187


Ignore:
Timestamp:
2007/06/04 18:28:22 (17 years ago)
Author:
matsumura
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/data/downloads/module/blayn/blayn.php

    r14182 r14187  
    11<?php 
    2 /* 
    3  * Created on 2007/06/04 
     2/** 
     3 *  
     4 * @copyright   2000-2007 LOCKON CO.,LTD. All Rights Reserved. 
     5 * @version CVS: $Id: blayn.php 7224 2006-06-04 06:38:01Z matsumura $ 
     6 * @link        http://www.lockon.co.jp/ 
    47 * 
    5  * To change the template for this generated file go to 
    6  * Window - Preferences - PHPeclipse - PHP - Code Templates 
    78 */ 
     9  
     10 
     11$objPage = new LC_Page(); 
     12$objView = new SC_AdminView(); 
     13$objQuery = new SC_Query(); 
     14 
     15echo "aaa"; 
     16 
     17$objView->assignobj($objPage);      //ÊÑ¿ô¤ò¥Æ¥ó¥×¥ì¡¼¥È¤Ë¥¢¥µ¥¤¥ó¤¹¤ë 
     18$objView->display(MAIN_FRAME);      //¥Æ¥ó¥×¥ì¡¼¥È¤Î½ÐÎÏ 
     19 
     20// ------------------------------------------------------------------------------------------------------ 
     21 
     22function lfRegist() { 
     23     
     24    global $objQuery; 
     25     
     26 
     27} 
    828?> 
Note: See TracChangeset for help on using the changeset viewer.