head	1.3;
access;
symbols;
locks
	root:1.3; strict;
comment	@# @;


1.3
date	2009.12.01.05.41.54;	author root;	state Exp;
branches;
next	1.2;

1.2
date	2009.12.01.05.41.31;	author root;	state Exp;
branches;
next	1.1;

1.1
date	2009.11.24.02.11.18;	author root;	state Exp;
branches;
next	;


desc
@/opt/nforge/var/wiki/easylogiclib/data/text/WINBINDER_ea_b8_b0_eb_b3_b8_ec_82_ac_ec_9a_a9_eb_b2_95_ec_a0_95_eb_a6_ac
@


1.3
log
@118.219.84.10;;cyberuls easylogic ;;
@
text
@= Install =

 * easylogic lib 을 다운로드 받아서 압축을 푼다. 설치 끝 ~!

= Set php.ini =

 * include_path 에 lib 디렉토리를 설정한다.
{{{
 include_path = ".;c:\easylogic\uselib"
}}}

= Import =

 * php.ini 파일 속성 중 auto_prepend_file  설정 
  auto_prepend_file = "import.php"

 * 페이지에서 직접 import.php 파일 include 
{{{#!vim php 
<?php
include_once "import.php";
?>
}}}

= Basic = 
 
{{{#!vim php 
<?php

// 예제 1. 고정크기 윈도우 뛰우기 
$window = new WBAppWindow(array(
    'title' => 'test', 
    'width' => 300, 
    'height' => 300, 
));

$window->setVisible(true);

WBApplication::start();

?>
}}}

= Run = 

{{{
   ..\php5\php.exe  test.phpw
}}}
@


1.2
log
@118.219.84.10;;cyberuls easylogic ;;
@
text
@d8 1
d10 1
@


1.1
log
@118.219.84.10;;cyberuls easylogic ;;
@
text
@d3 1
a3 1
* easylogic lib 을 다운로드 받아서 압축을 푼다. 설치 끝 ~!
d7 1
a7 1
* include_path 에 lib 디렉토리를 설정한다.
d12 2
a13 2
* php.ini 파일 속성 중 auto_prepend_file  설정 
 auto_prepend_file = "import.php"
d15 2
a16 2
* 페이지에서 직접 import.php 파일 include 
<php>
d20 1
a20 1
</php>
d24 1
a24 1
<php>
d39 1
a39 1
</php>
d43 1
a43 1
<code>
d45 1
a45 1
</code>
@
