최종 선택된 주석문 예제.
* object model에서 +는 상속, =는 사용

/**
* frWpDbL v0.9.2 (FrWeb Package series Ddatabase Layer )
*
* The main "frWpDbL" class is simply a container class with some static
* methods for creating DB objects as well as some utility functions
* common to all parts of DB.
*
* The object model of frWpDbL is as follows (= only using, required.):
*
* frWpDbL The main frWpDbL class. This is simply a utility class
* | with some "static" methods for creating frWpDbL objects as
* | well as common utility functions for other frWpDbL classes.
* |
* =-frWpConfig The wrapper for pear package config implementation.
* | This package contains installed configuration file path.
* |
* =-config This is pear package config(1.10.3).
*
* @package frWpDbL.php , frWpDbLHead.php, frWpDbL_test.php(optional)
* @filename : frWpDbL.php
* @author JoongGoo-Nam (j@finfra.com) (http://j.finfra.com)
* @since PHP 5.0.2
* @version $Id: frWpDbL.php,v 0.92 2004/12/02
* v 0.9 2004.12.01 10:39:35 by jgnam
* Jonas Koch Bentzen(2002)이 만든 Fasdab라는 클레스 모듈을 참고하여
* myslq5.0을 지원하는 클레스로 만들고 이름을 fdc(fdc.mysqli.php)로 명명함.
* pconnect를 대한 지원하지 않음.
* v 0.9.2 2004.12.02 by jgnam
* frWeb 시리즈의 이름을 통일 하기 위해 이름을 fdc(fdc.mysqli.php)에서
* frWpDbL(frWpDbL.php)로 변경함.
* @licesence: finfra.com All Rights Reserved
* @category Database
* @TODO : - __destruct를 통한 자동 디비 클로징 기능.
* - mysql(예전버전),postgreSql 및 mssql지원 기능
* @info : frWpConfig 필요.
* Mysql 5.0 이상 버전에서 동작합니다.
* (4.1버전 작동 가능할 것으로 예상하나 테스트 전)
*
*/



more..




재료 1.


/**
* Writes the configuration to a file
*
* @param mixed $datasrc Info on datasource such as path to the configuraton file or dsn...
* @param string $configType Type of configuration
* @param array $options Options for writer
* @access public
* @return mixed true on success or PEAR_ERROR
*/
function writeDatasrc($datasrc, $configType, $options = array())
{
$configType = strtolower($configType);


재료 2
/**
* The main "DB" class is simply a container class with some static
* methods for creating DB objects as well as some utility functions
* common to all parts of DB.
*
* The object model of DB is as follows (indentation means inheritance):
*
* DB The main DB class. This is simply a utility class
* with some "static" methods for creating DB objects as
* well as common utility functions for other DB classes.
*
* DB_common The base for each DB implementation. Provides default
* | implementations (in OO lingo virtual methods) for
* | the actual DB implementations as well as a bunch of
* | query utility functions.
* |
* +-DB_mysql The DB implementation for MySQL. Inherits DB_common.
* When calling DB::factory or DB::connect for MySQL
* connections, the object returned is an instance of this
* class.
*
* @package DB
* @author Stig Bakken
* @author Tomas V.V.Cox
* @since PHP 4.0
* @version $Id: DB.php,v 1.59 2004/07/08 21:15:11 danielc Exp $
* @category Database
*/

Posted by 나현재

2004/12/06 17:40 2004/12/06 17:40
, ,
Response
0 Trackbacks , 2 Comments
RSS :
http://j.finfra.com/tt/rss/response/147


블로그 이미지

Insufficient memory! So,Blog is my 2nd Brain!

- 나현재

Notices

Archives

Authors

  1. 나현재

Calendar

«   2012/02   »
      1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29      

Site Stats

Total hits:
202449
Today:
20
Yesterday:
18