PHP 雛形規定


  基本セット


  • control.php

    処理の概要が記述される、開始ソースコード

  • model.php

    処理の詳細が記述される、ユーザ関数ソースコード

    [注意]
    例外を除いて、 「print」処理は行ってはならない

  • view.php

    画面部分の記述を HTMLとJavaScript で行い、
    PHP変数を埋め込む事で「動的ページ」を作成する。

    例外的には、ループによる「非埋込型」になる事はありえますが、指示の無い限り使用してはいけません

    画面単位に In(n) というプリフィックスを 入力項目の名前に付けて下さい。n は画面番号です

    (例) In1Key


  •   拡張セット


  • common.php

    共有する価値のある「関数」または「クラス」をまとめたもの
    (php.ini の include_path に書かれたディレクトリに保存して共有して使用)

  • db.php

    データベースに対する処理を標準化した「クラス」
    (php.ini の include_path に書かれたディレクトリに保存して共有して使用)


  •   雛形ファイル作成スクリプト

    アプリケーション作成フォルダに置いて、エクスプローラからダブルクリックして実行させて下さい

    create_sk.vbs
      
    
    ' ***********************************************************
    ' オブジェクトを作成
    ' ***********************************************************
    Set Fso = CreateObject( "Scripting.FileSystemObject" )
    
    ' ***********************************************************
    ' 処理開始
    ' ***********************************************************
    strTarget = "frame.htm"
    if not Fso.FileExists( strTarget ) then
    	Set MyFile = Fso.CreateTextFile( strTarget )
    	MyFile.Close
    end if
    
    strTarget = "control.php"
    if not Fso.FileExists( strTarget ) then
    	Set MyFile = Fso.CreateTextFile( strTarget )
    	MyFile.Close
    end if
    
    strTarget = "model.php"
    if not Fso.FileExists( strTarget ) then
    	Set MyFile = Fso.CreateTextFile( strTarget )
    	MyFile.Close
    end if
    
    strTarget = "view.php"
    if not Fso.FileExists( strTarget ) then
    	Set MyFile = Fso.CreateTextFile( strTarget )
    	MyFile.Close
    end if
    
    strTarget = "view2.php"
    if not Fso.FileExists( strTarget ) then
    	Set MyFile = Fso.CreateTextFile( strTarget )
    	MyFile.Close
    end if
    
    strTarget = "viewmessage.php"
    if not Fso.FileExists( strTarget ) then
    	Set MyFile = Fso.CreateTextFile( strTarget )
    	MyFile.Close
    end if
    
    strTarget = "style.css"
    if not Fso.FileExists( strTarget ) then
    	Set MyFile = Fso.CreateTextFile( strTarget )
    	MyFile.Close
    end if
    
      

      style.css

      
    
    TH {
    	font-family: Verdana,'MS Pゴシック';
    	font-size: 12px;
    }
    
    TD {
    	font-family: Verdana,'MS Pゴシック';
    	font-size: 12px;
    }
    
      




    yahoo  google  WinFAQ  tohoho  ie_DHTML  vector  wdic  辞書  天気 


    [CommonSpec]
    CCBot/2.0 (https://commoncrawl.org/faq/)
    24/12/13 22:19:28
    InfoBoard Version 1.00 : Language=Perl

    1 BatchHelper COMprog CommonSpec Cprog CprogBase CprogSAMPLE CprogSTD CprogSTD2 CprogWinsock Cygwin GameScript HTML HTMLcss InstallShield InstallShieldFunc JScript JScriptSAMPLE Jsfuncs LLINK OldProg OracleGold OracleSilver PRO PRObrowser PROc PROconePOINT PROcontrol PROftpclient PROjscript PROmailer PROperl PROperlCHAT PROphp PROphpLesson PROphpLesson2 PROphpLesson3 PROphpfunction PROphpfunctionArray PROphpfunctionMisc PROphpfunctionString PROsql PROvb PROvbFunction PROvbString PROvbdbmtn PROvbonepoint PROwebapp PROwin1POINT PROwinSYSTEM PROwinYOROZU PROwindows ProjectBoard RealPHP ScriptAPP ScriptMaster VBRealtime Vsfuncs a1root access accreq adsi ajax amazon argus asp aspSample aspVarious aspdotnet aw2kinst cappvariety centura ckeyword classStyle cmaterial cmbin cmdbapp cmenum cmlang cmlistbox cmstd cmstdseed cmtxt cs daz3d db dbCommon dbaccess dnettool dos download flex2 flex3 flex4 framemtn framereq freeWorld freesoft gimp ginpro giodownload google hdml home hta htmlDom ie9svg install java javaSwing javascript jetsql jquery jsp jspTest jspVarious lightbox listasp listmsapi listmsie listmsiis listmsnt listmspatch listmsscript listmsvb listmsvc memo ms msde mysql netbeans oraPlsql oracle oracleWiper oraclehelper orafunc other panoramio pear perl personal pgdojo pgdojo_cal pgdojo_holiday pgdojo_idx pgdojo_ref pgdojo_req php phpVarious phpguide plsql postgres ps r205 realC realwebapp regex rgaki ruby rule sboard sc scprint scquest sdb sdbquest seesaa setup sh_Imagick sh_canvas sh_dotnet sh_google sh_tool sh_web shadowbox shgm shjquery shvbs shweb sjscript skadai skywalker smalltech sperl sqlq src systemdoc tcpip tegaki three toolbox twitter typeface usb useXML vb vbdb vbsfunc vbsguide vbsrc vpc wcsignup webanymind webappgen webclass webparts webtool webwsh win8 winofsql wmi work wp youtube