Yii PHP 프레임워크 버전 2 ¶
Yii 2입니다 핵심 프레임워크 코드입니다.
이 저장소는 https://github.com/yiisoft/yii2 아래의 하위 프로젝트입니다. 문제 보고서와 풀 요청을 메인 저장소에 제출하세요. 라이센스 정보는 라이센스 문서를 참조하십시오.
설치 ¶
작곡기를 통해 Yii 프레임워크를 설치하는 것이 좋습니다.
composer global <strong>require</strong> "fxp/composer-asset-plugin:~1.0.0"<span>composer <strong>require</strong> yiisoft</span>/yii2
실행 또는
"yiisoft/yii2": "~2.0.0",
을 Composer.json의 require 섹션에 추가합니다.
수업 참고
수업 | 설명 |
---|---|
으이 | Yii는 일반적인 프레임워크 기능을 제공하는 도우미 클래스입니다. |
yiiBaseYii | BaseYii는 Yii 프레임워크의 핵심 도우미 클래스입니다. |
yiibaseAction | Action은 모든 컨트롤러 액션 클래스의 기본 클래스입니다. |
yiibaseActionEvent | ActionEvent는 액션 이벤트의 이벤트 매개변수를 나타내는 데 사용됩니다. |
yiibaseActionFilter | ActionFilter는 액션 필터의 기본 클래스입니다. |
yiibaseApplication | Application은 모든 애플리케이션 클래스의 기본 클래스입니다. |
yiibaseArrayAccessTrait | ArrayAccessTrait는 IteratorAggregate, ArrayAccess 및 Countable에 대한 구현을 제공합니다. |
yiibaseArrayable | Arrayable은 인스턴스의 사용자 정의 가능한 표현을 지원하려는 클래스에서 구현해야 하는 인터페이스입니다. |
yiibaseArrayableTrait | ArrayableTrait는 yiibaseArrayable 인터페이스의 공개 구현을 제공합니다. |
yiibaseBehavior | Behavior는 모든 동작 클래스의 기본 클래스입니다. |
yiibaseBootstrap인터페이스 | Bootstrap인터페이스는 yiibase에 참여하려는 클래스가 구현해야 하는 인터페이스입니다. Application Bootstrap 프로세스. |
yiibaseComponent | Component는 속성을 구현하는 기본 클래스입니다. , event 및 behavior 기능을 제공합니다. |
yiibaseConfigurable | Configurable은 구성을 지원하는 클래스에서 구현해야 하는 인터페이스입니다. 마지막 매개변수를 통해 해당 속성을 생성자에 전달합니다. |
yiibaseController | Controller는 컨트롤러 로직을 포함하는 클래스의 기본 클래스입니다. |
yiibaseDynamicModel | DynamicModel은 주로 특정 데이터 검증에 사용되는 모델 클래스입니다. |
yiibaseErrorException | ErrorException은 PHP 오류를 나타냅니다. |
yiibaseErrorHandler | ErrorHandler는 발견되지 않은 PHP 오류 및 예외를 처리합니다. |
yiibaseEvent | Event는 모든 이벤트 클래스의 기본 클래스입니다. |
yiibaseException | Exception은 모든 문제에 대한 공통 예외를 나타냅니다. |
yiibaseExitException | ExitException 애플리케이션의 정상적인 종료를 나타냅니다. |
yiibaseInlineAction | InlineAction은 컨트롤러 메소드로 정의된 액션을 나타냅니다. |
yiibaseInvalidCallException | InvalidCallException은 잘못된 방식으로 메서드를 호출하여 발생하는 예외를 나타냅니다. |
yiibaseInvalidConfigException | InvalidConfigException은 잘못된 개체 구성으로 인해 발생한 예외를 나타냅니다. |
yiibaseInvalidParamException | InvalidParamException 메서드에 잘못된 함수가 전달되어 발생하는 예외를 나타냅니다. |
yiibaseInvalidRouteException | InvalidRouteException은 잘못된 경로로 인해 발생한 예외를 나타냅니다. . |
yiibaseInvalidValueException | InvalidValueException은 예상치 못한 유형의 값을 반환하는 함수로 인해 발생한 예외를 나타냅니다. |
yiibaseModel | Model은 데이터 모델의 기본 클래스입니다. |
yiibaseModelEvent | ModelEvent는 yiibaseModel 이벤트에 필요한 매개변수를 나타냅니다. |
yiibaseModule | 모듈은 모듈 및 애플리케이션 클래스의 기본 클래스입니다. |
yiibaseNotSupportedException | NotSupportedException 지원되지 않는 기능에 액세스하여 발생한 예외를 나타냅니다. |
yiibaseObject | Object는 속성 기능을 구현하는 기본 클래스입니다. |
yiibaseRequest | Request는 yiibaseApplication에서 처리하는 요청 개체를 나타냅니다. |
yiibaseResponse | 응답은 yiibaseRequest |
의 응답을 나타냅니다. | 보안은 일반적인 보안 관련 작업을 처리하는 일련의 방법을 제공합니다. |
yiibaseTheme | 테마는 애플리케이션의 테마를 나타냅니다. |
yiibaseUnknownClassException | UnknownClassException은 알 수 없는 클래스를 사용하여 발생한 예외를 나타냅니다. |
yiibaseUnknownMethodException | UnknownMethodException은 알 수 없는 객체 메서드에 액세스하여 발생한 Exception을 나타냅니다. . |
yiibaseUnknownPropertyException | UnknownPropertyException은 알 수 없는 개체 속성에 액세스하여 발생한 Exception을 나타냅니다. . |
yiibaseUserException | UserException은 최종 사용자에게 표시되는 예외의 기본 클래스입니다. |
yiibaseView | View는 MVC 모드의 뷰 개체를 나타냅니다. |
yiibaseViewContextInterface | ViewContextInterface는 상대 뷰 이름을 지원하려는 클래스에서 구현해야 하는 인터페이스입니다. |
yiibaseViewEvent | ViewEvent는 yiibaseView 구성 요소에 의해 트리거되는 이벤트를 나타냅니다. |
yiibaseViewRenderer | ViewRenderer는 뷰 렌더링 클래스의 기본 클래스입니다. |
yiibaseWidget | Widget은 플러그인 클래스의 기본 클래스입니다. |
yiibehaviorsAttributeBehavior | AttributeBehavior는 특정 이벤트가 발생할 때 ActiveRecord 개체의 하나 이상의 속성에 지정된 값을 자동으로 할당합니다. |
yiibehaviorsBlameableBehavior | BlameableBehavior는 지정된 속성을 현재 사용자 ID로 자동으로 채웁니다. |
yiibehaviorsTimestampBehavior | TimestampBehavior가 자동으로 채워집니다. yiicachingApcCache |
구성 요소 측면에서 APC 캐싱을 제공합니다. | |
ArrayCache는 값을 배열에 저장하여 현재 요청에 대해서만 캐싱을 제공합니다. | yiicachingCache |
yiicachingChainedDependency | |
yiicachingDbCache | |
구성 요소를 구현합니다. | |
DbDependency는 SQL 문의 쿼리 결과입니다. | yiicachingDependency | 종속성은 캐시 종속성 클래스의 기본 클래스입니다.
yiicachingExpressionDependency | ExpressionDependency는 PHP 표현식의 결과를 기반으로 하는 종속성을 나타냅니다. |
yiicachingFileCache | FileCache는 파일을 사용하여 캐시 구성 요소를 구현합니다. > |
MemCache는 memcache 및 memcached를 기반으로 캐시 | Application구성 요소를 구현합니다. |
yiicachingMemCacheServer | MemCacheServer는 구성 데이터를 나타냅니다. 단일 Memcache 또는 Memcached 서버용. |
yiicachingTagDependency | TagDependency는 캐시된 데이터 항목을 하나 이상의 $tag와 연결합니다. |
yiicachingWinCache | WinCache는 | Application
yiicachingXCacheXCache는 XCache 캐싱을 제공합니다. | Application|
yicaptchaCaptcha | |
yicaptchaCaptchaAction | |
yiicaptchaCaptchaAsset | 이 에셋 번들은 yiicaptchaCaptcha 위젯에 필요한 자바스크립트 파일을 제공합니다. |
yiicaptchaCaptchaValidator | CaptchaValidator는 속성 값이 CAPTCHA에 표시된 인증 코드와 동일한지 확인합니다. |
yiiconsoleApplication | Application는 콘솔 Application을 나타냅니다. |
yiiconsoleController | Controller는 콘솔 명령 클래스의 기본 클래스입니다. |
yiiconsoleErrorHandler | ErrorHandler는 발견되지 않은 PHP 오류와 Exception을 처리합니다. |
yiiconsoleException | Exception은 잘못된 콘솔 명령 사용으로 인해 발생하는 Exception을 나타냅니다. |
yiiconsoleMarkdown | 콘솔 환경에서 읽기 위한 마크다운을 향상합니다. |
yiiconsoleRequest | 콘솔 요청은 콘솔 애플리케이션에 대한 환경 정보를 나타냅니다. |
yiiconsoleResponse | 콘솔 응답은 콘솔 Application의 결과를 나타냅니다. |
yiiconsolecontrollersAssetController | JavaScript와 CSS 파일을 결합하고 압축할 수 있습니다. |
yiiconsolecontrollersBaseMigrateController | BaseMigrateController는 마이그레이션 컨트롤러의 기본 클래스입니다. |
yiiconsolecontrollersCacheController | 允许你来刷新缓存。 |
yiiconsolecontrollersFixtureController | 픽스처 데이터 로드 및 언로드를 관리합니다. |
yiiconsolecontrollersHelpController | 提供关于控台命令的错误信息。 |
yiiconsolecontrollersMessageController | 소스 파일에서 번역할 메시지를 추출합니다. |
yiiconsolecontrollersMigrateController | 를 관리합니다. >애플리케이션 마이그레이션. |
yiidataActiveDataProvider | ActiveDataProvider는 yiidbQuery 및 yiidbActiveQuery를 기반으로 데이터 공급자를 구현합니다. |
yiidataArrayDataProvider | ArrayDataProvider는 데이터 배열을 기반으로 데이터 공급자를 구현합니다. |
yiidataBaseDataProvider | BaseDataProvider는 yiidataDataProviderInterface를 구현하는 기본 클래스를 제공합니다. |
yiidataDataProviderInterface | DataProviderInterface는 데이터 공급자 클래스에서 구현해야 하는 인터페이스입니다. |
yiidataPagination | 페이지 매김은 정보를 나타냅니다. 데이터 항목의 페이지 매김과 관련된 |
yiidataSort | Sort는 정렬과 관련된 정보를 나타냅니다. |
yiidataSqlDataProvider | SqlDataProvider는 일반 SQL 문을 기반으로 데이터 공급자를 구현합니다. |
yiidbActiveQuery | ActiveQuery는 Active Record 클래스와 연결된 DB 쿼리를 나타냅니다. |
yiidbActiveQueryInterface | ActiveQueryInterface는 활성 레코드 쿼리 클래스에서 구현할 공통 인터페이스를 정의합니다. |
yiidbActiveQueryTrait | ActiveQueryTrait는 활성 레코드 쿼리 클래스의 일반적인 메서드 및 속성. |
yiidbActiveRecord | ActiveRecord는 개체 측면에서 관계형 데이터를 나타내는 클래스의 기본 클래스입니다. |
yiidbAfterSaveEvent | AfterSaveEvent는 yiidbActiveRecord::EVENT_AFTER_INSERT 및 yiidbActiveRecord::EVENT_AFTER_UPDATE에서 사용할 수 있는 정보를 나타냅니다. |
yiidbBaseActiveRecord | ActiveRecord는 객체 측면에서 관계형 데이터를 나타내는 클래스의 기본 클래스입니다. |
yiidbBatchQueryResult | BatchQueryResult는 일괄적으로 데이터를 검색할 수 있는 일괄 쿼리를 나타냅니다. |
yiidbColumnSchema | ColumnSchema 클래스는 데이터베이스 테이블에 있는 열의 메타데이터를 설명합니다. |
yiidbColumnSchemaBuilder | ColumnSchemaBuilder PHP 인터페이스를 사용하여 데이터베이스 스키마 유형을 정의하는 데 도움이 됩니다. |
yiidbCommand | 명령은 데이터베이스에 대해 실행될 SQL 문을 나타냅니다. |
yiidbConnection | Connection은 PDO를 통한 데이터베이스에 대한 연결을 나타냅니다. |
yiidbDataReader | DataReader는 다음의 행의 전달 전용 스트림을 나타냅니다. 쿼리 결과 집합. |
yiidb | Exception|
은 발생한 | Exception을 나타냅니다. |
yiidbExpressionExpression은 이스케이프나 인용이 필요 없는 DB 표현식을 나타냅니다. | yiidbIntegrityException |
은 DB 제약 조건 위반으로 인해 발생하는 | Exception을 나타냅니다. |
yiidbMigrationMigration은 데이터베이스 마이그레이션을 나타내는 기본 클래스입니다. | yiidbMigrationInterfaceMigrationInterface는 구현할 최소 메서드 집합을 정의합니다. |
yiidbQuery | Query는 DBMS와 독립적인 방식으로 SELECT SQL 문을 표현합니다. |
yiidbQueryBuilder | QueryBuilder는 yiidbQuery 개체로 제공된 사양을 기반으로 SELECT SQL 문을 작성합니다. |
yiidbQueryInterface | QueryInterface는 최소 집합을 정의합니다. 데이터베이스 쿼리로 구현되는 메서드. |
yiidbQueryTrait | BaseQuery 특성은 데이터베이스 쿼리의 최소 메서드 집합을 나타냅니다. |
yiidbSchema | Schema는 구체적인 DBMS 관련 스키마 클래스의 기본 클래스입니다. |
yiidbSchemaBuilderTrait | SchemaBuilderTrait에는 인스턴스를 생성하는 바로가기 메서드가 포함되어 있습니다. yiidbColumnSchemaBuilder. |
yiidbStaleObject | Exception|
yiidbTableSchema | |
yiidbTransaction | Transaction 表示一个数据库事务。 |
yiidbcubridQueryBuilder | QueryBuilder는 CUBRID 데이터베이스(버전 9.3.x 이상)를 위한 쿼리 빌더입니다. |
yiidbcubridSchema | Schema는 CUBRID 데이터베이스(버전 9.3.x 이상)에서 메타데이터를 검색하는 클래스입니다. |
yiidbmssqlPDO | MSSQL 및 DBLIB 드라이버의 기본 PDO 클래스입니다. |
yiidbmssqlQueryBuilder | QueryBuilder는 MS SQL Server 데이터베이스(버전 2008 이상)용 쿼리 빌더입니다. . |
yiidbmssqlSchema | 스키마는 MS SQL Server 데이터베이스(버전 2008 이상)에서 메타데이터를 검색하기 위한 클래스입니다. |
yiidbmssqlSqlsrvPDO | 이것은 SQLSRV 드라이버의 기본 PDO 클래스의 확장입니다. |
yiidbmssqlTableSchema | TableSchema는 데이터베이스 테이블의 메타 데이터. | QueryBuilder 是 mysql yiidbmysqlschema |
yiidbociColumnSchemaBuilder | |
yiidbociQueryBuilder | |
yiidbociSchema | |
yiidbpgsqlQueryBuilder | |
yiidbpgsqlSchema | |
yiidbsqliteQueryBuilder | |
yiidbsqliteSchema | |
yiidiContainer | |
yiidiInstance | |
yiidiServiceLocator | |
yii\filters\AccessControl | AccessControl provides simple access control based on a set of rules. |
yii\filters\AccessRule | This class represents an access rule defined by the yii\filters\AccessControl action filter |
yii\filters\ContentNegotiator | ContentNegotiator supports response format negotiation and Application language negotiation. |
yii\filters\Cors | Cors filter implements Cross Origin Resource Sharing. |
yii\filters\HttpCache | HttpCache implements client-side caching by utilizing the Last-Modified and Etag HTTP headers. |
yii\filters\PageCache | PageCache implements server-side caching of whole pages. |
yii\filters\RateLimitInterface | RateLimitInterface is the interface that may be implemented by an identity object to enforce rate limiting. |
yii\filters\RateLimiter | RateLimiter implements a rate limiting algorithm based on the leaky bucket algorithm. |
yii\filters\VerbFilter | VerbFilter is an action filter that filters by HTTP request methods. |
yii\filters\auth\AuthInterface | AuthInterface is the interface that should be implemented by auth method classes. |
yii\filters\auth\AuthMethod | AuthMethod is a base class implementing the yii\filters\auth\AuthInterface interface. |
yii\filters\auth\CompositeAuth | CompositeAuth is an action filter that supports multiple authentication methods at the same time. |
yii\filters\auth\HttpBasicAuth | HttpBasicAuth is an action filter that supports the HTTP Basic authentication method. |
yii\filters\auth\HttpBearerAuth | HttpBearerAuth is an action filter that supports the authentication method based on HTTP Bearer token. |
yii\filters\auth\QueryParamAuth | QueryParamAuth is an action filter that supports the authentication based on the access token passed through a query parameter. |
yii\grid\ActionColumn | ActionColumn is a column for the yii\grid\GridView widget that displays buttons for viewing and manipulating the items. |
yii\grid\CheckboxColumn | CheckboxColumn displays a column of checkboxes in a grid view. |
yii\grid\Column | Column is the base class of all yii\grid\GridView column classes. |
yii\grid\DataColumn | DataColumn is the default column type for the yii\grid\GridView widget. |
yii\grid\GridView | The GridView widget is used to display data in a grid. |
yii\grid\GridViewAsset | This asset bundle provides the javascript files for the yii\grid\GridView widget. |
yii\grid\SerialColumn | SerialColumn displays a column of row numbers (1-based). |
yii\helpers\ArrayHelper | ArrayHelper provides additional array functionality that you can use in your Application. |
yiihelpersBaseArrayHelper | BaseArrayHelper는 yiihelpersArrayHelper에 대한 구체적인 구현을 제공합니다. |
yiihelpersBaseConsole | BaseConsole은 구체적인 구현을 제공합니다. yiihelpersConsole용. |
yiihelpersBaseFileHelper | BaseFileHelper는 yiihelpersFileHelper에 대한 구체적인 구현을 제공합니다. |
yiihelpersBaseFormatConverter | BaseFormatCon 버터가 제공하는 yiihelpersFormatConverter에 대한 구체적인 구현. |
yiihelpersBaseHtml | BaseHtml은 yiihelpersHtml에 대한 구체적인 구현을 제공합니다. |
yiihelpersBaseHtmlPurifier | BaseHtmlPurifier는 yiihelpersHtmlPurifier에 대한 구체적인 구현을 제공합니다. |
yiihelpersBaseInflector | BaseInflector는 yiihelpersInflector에 대한 구체적인 구현을 제공합니다. |
yiihelpersBaseJson | BaseJson은 yiihelpersJson에 대한 구체적인 구현을 제공합니다. |
yiihelpersBaseMarkdown | BaseMarkdown은 yiihelpersMarkdown에 대한 구체적인 구현을 제공합니다. |
yiihelpersBaseStringHelper | BaseStringHelper는 yiihelpersStringHelper에 대한 구체적인 구현을 제공합니다. |
yiihelpersBaseUrl | BaseUrl은 yiihelpersUrl에 대한 구체적인 구현을 제공합니다. |
yiihelpersBaseVarDumper | BaseVarDumper는 yiihelpersVarDumper에 대한 구체적인 구현을 제공합니다. |
yiihelpersConsole | 콘솔 도우미는 입력 가져오기, 서식 지정 및 색상 지정과 같은 명령줄 관련 작업에 유용한 방법을 제공합니다. 출력. |
yiihelpersFileHelper | 파일 시스템 도우미 |
yiihelpersFormatConverter | FormatConverter는 서로 다른 파일 간에 변환하는 기능을 제공합니다. 형식 지정 패턴 형식. |
yiihelpersHtml | Html은 일반적으로 사용되는 HTML 태그를 생성하기 위한 정적 메소드 세트를 제공합니다. |
yiihelpersHtmlPurifier | HtmlPurifier는 유해한 코드로부터 HTML을 정리하는 기능을 제공합니다. |
yiihelpersInflector | Inflector는 영어 명사를 복수화 및 단일화합니다. 여기에는 다른 유용한 메서드도 포함되어 있습니다. |
yiihelpersJson | Json은 JSON 데이터 인코딩 및 디코딩을 제공하는 도우미 클래스입니다. |
yiihelpersMarkdown | Markdown은 마크다운을 HTML로 변환하는 기능을 제공합니다. |
yiihelpersStringHelper | StringHelper |
yiihelpersUrl | Url은 URL 관리를 위한 정적 메소드 세트를 제공합니다. |
yiihelpersVarDumper | VarDumper는 버그가 있는 PHP 함수 var_dump 및 print_r을 대체하기 위한 것입니다. |
yiii18nDbMessageSource | DbMessageSource는 yiii18nMessageSource를 확장하고 번역된 메시지를 데이터베이스에 저장하는 메시지 소스를 나타냅니다. |
yiii18nFormatter | Formatter는 일반적으로 사용되는 데이터 형식 지정 방법 세트를 제공합니다. |
yiii18nGettextFile | GettextFile은 Gettext 메시지 파일을 나타내는 기본 클래스입니다. |
yiii18nGettextMessageSource | GettextMessageSource는 GNU Gettext를 기반으로 하는 메시지 소스를 나타냅니다. |
yiii18nGettextMoFile | GettextMoFile은 MO Gettext를 나타냅니다. 메시지 파일입니다. |
yiii18nGettextPoFile | GettextPoFile은 PO Gettext 메시지 파일을 나타냅니다. |
yiii18nI18N | I18N 국제화(I18N) 및 지역화(L10N)와 관련된 기능을 제공합니다. |
yiii18nMessageFormatter | MessageFormatter를 사용하면 ICU 메시지 형식을 통해 메시지 형식을 지정할 수 있습니다 |
yiii18nMessageSource | MessageSource는 메시지 번역 저장소 클래스의 기본 클래스입니다. |
yiii18nMissingTranslationEvent | MissingTranslationEvent는 yiii18nMessageSource::EVENT_MISSING_TRANSLATION에 대한 매개변수를 나타냅니다. event. |
yiii18nPhpMessageSource | PhpMessageSource는 번역된 메시지를 PHP 스크립트에 저장하는 메시지 소스를 나타냅니다. |
yiilogDbTarget | DbTarget은 데이터베이스 테이블에 로그 메시지를 저장합니다. |
yiilogDispatcher | Dispatcher는 일련의 로그 대상을 관리합니다. |
yiilogEmailTarget | EmailTarget은 선택한 로그 메시지를 지정된 이메일 주소로 보냅니다. |
yiilogFileTarget | FileTarget은 로그 메시지를 파일에 기록합니다. |
yiilogLogger | Logger는 로그된 메시지를 메모리에 기록하고 $dispatcher가 설정된 경우 다른 대상으로 보냅니다. |
yiilogSyslogTarget | SyslogTarget은 syslog에 로그를 기록합니다. |
yiilogTarget | Target은 모든 로그 대상 클래스의 기본 클래스입니다. |
yii\mail\BaseMailer | BaseMailer serves as a base class that implements the basic functions required by yii\mail\MailerInterface. |
yii\mail\BaseMessage | BaseMessage serves as a base class that implements the send() method required by yiimailMessageInterface. |
yiimailMailEvent | MailEvent는 yiimailBaseMailer에 의해 트리거된 이벤트에 사용되는 이벤트 매개변수를 나타냅니다. |
yiimailMailerInterface | MailerInterface는 메일러 클래스에서 구현해야 하는 인터페이스입니다. |
yiimailMessageInterface | MessageInterface는 메일 메시지 클래스에서 구현해야 하는 인터페이스입니다. |
yiimutexDbMutex | DbMutex는 뮤텍스 "잠금" 메커니즘을 구현하면서 데이터베이스에 의존하는 클래스의 기본 클래스입니다. |
yiimutexFileMutex | FileMutex는 로컬 파일 시스템 파일을 통해 뮤텍스 "잠금" 메커니즘을 구현합니다. |
yiimutexMutex | Mutex 구성 요소는 동시 프로세스의 상호 실행을 허용하여 "잠금"을 방지합니다. 경쟁 조건". |
yiimutexMysqlMutex | MysqlMutex는 MySQL 잠금을 통해 뮤텍스 "잠금" 메커니즘을 구현합니다. |
yiirbacAssignment | 할당은 사용자에게 역할을 할당하는 것을 나타냅니다. |
yiirbacBaseManager | BaseManager는 RBAC 관리를 위해 yiirbacManagerInterface를 구현하는 기본 클래스입니다. |
yiirbacDbManager | DbManager는 데이터베이스에 인증 정보를 저장하는 인증 관리자를 나타냅니다. |
yiirbacItem | |
yiirbacManager인터페이스 | |
yiirbacPermission | |
yiirbacPhpManager | PhpManager는 PHP 스크립트 파일 측면에서 인증 정보를 저장하는 인증 관리자를 나타냅니다. |
yiirbacRole | |
yiirbacRule | 규칙은 역할, 권한 또는 할당과 연관될 수 있는 비즈니스 제약 조건을 나타냅니다. |
yiirestAction | Action은 Action 클래스의 기본 클래스입니다. 이는 RESTful API를 구현합니다. |
yiirestActiveController | ActiveController는 ActiveRecord에 대한 RESTful 액세스를 지원하기 위한 공통 작업 세트를 구현합니다. |
yiirestController | Controller는 RESTful API 컨트롤러 클래스의 기본 클래스입니다. |
yiirestCreateAction | CreateAction은 주어진 모델에서 새 모델을 생성하기 위한 API 엔드포인트를 구현합니다. data. |
yiirestDeleteAction | DeleteAction은 모델 삭제를 위한 API 엔드포인트를 구현합니다. |
yiirestIndexAction | |
yiirestOptionsAction | OptionsAction은 Allow 헤더를 다시 전송하여 OPTIONS 요청에 응답합니다. |
yiirestSerializer | Serializer는 리소스 객체와 컬렉션을 배열 표현으로 변환합니다. |
yiirestUpdateAction | UpdateAction은 모델 업데이트를 위한 API 엔드포인트를 구현합니다. |
yiirestUrlRule | UrlRule은 RESTful API 지원을 위한 URL 규칙 생성을 단순화하기 위해 제공됩니다. |
yiirestViewAction | ViewAction은 API 엔드포인트를 구현합니다. 모델에 대한 자세한 정보를 반환합니다. |
yiitestActiveFixture | ActiveFixture는 ActiveRecord 클래스 또는 데이터베이스 테이블에 의해 백업되는 픽스처를 나타냅니다. |
yiitestArrayFixture | ArrayFixture는 PHP 파일에서 로드할 수 있는 임의의 픽스처를 나타냅니다. |
yiitestBaseActiveFixture | BaseActiveFixture는 픽스처의 기본 클래스입니다. ActiveRecord 객체로 픽스처 데이터에 액세스하는 것을 지원하는 클래스입니다. |
yiitestDbFixture | DbFixture는 DB 관련 픽스처의 기본 클래스입니다. |
yiitestFixture | Fixture는 테스트 환경의 고정된 상태를 나타냅니다. |
yiitestFixtureTrait | FixtureTrait는 테스트 환경의 고정물 로드, 언로드 및 액세스 기능을 제공합니다. 테스트 케이스. |
yiitestInitDbFixture | InitDbFixture는 DB 관련 테스트에 필요한 초기 상태를 나타냅니다. |
yiivalidatorsBooleanValidator | BooleanValidator는 속성 값이 부울 값인지 확인합니다. |
yiivalidatorsCompareValidator | CompareValidator는 지정된 속성 값을 다른 값과 비교합니다. |
yiivalidatorsDateValidator | DateValidator는 속성이 적절한 $형식으로 날짜, 시간 또는 날짜/시간을 나타내는지 확인합니다. |
yiivalidatorsDefaultValueValidator | DefaultValueValidator 속성을 지정된 기본값으로 설정합니다. |
yiivalidatorsEachValidator | EachValidator는 포함된 유효성 검사 규칙에 대해 각 요소를 확인하여 배열의 유효성을 검사합니다. |
yiivalidatorsEmailValidator | EmailValidator는 속성 값이 유효한 이메일 주소인지 확인합니다. |
yiivalidatorsExistValidator | ExistValidator는 속성 값이 유효한지 확인합니다. 값이 테이블에 존재합니다. |
yiivalidatorsFileValidator | FileValidator는 속성이 유효한 업로드된 파일을 수신하는지 확인합니다. |
yiivalidatorsFilterValidator | FilterValidator는 속성 값을 다음과 같이 변환합니다. 필터에 추가합니다. |
yiivalidatorsImageValidator | ImageValidator는 속성이 유효한 이미지를 수신하는지 확인합니다. |
yiivalidatorsInlineValidator | InlineValidator는 유효성을 검사하는 개체의 메서드로 정의된 유효성 검사기를 나타냅니다. |
yiivalidatorsNumberValidator | NumberValidator는 속성 값이 숫자인지 확인합니다. |
yiivalidatorsPunycodeAsset | 이 자산 번들은 yiivalidatorsEmailValidators 클라이언트 검증에 필요한 자바스크립트 파일을 제공합니다. |
yiivalidatorsRangeValidator | RangeValidator는 속성 값이 값 목록에 있는지 확인합니다. |
yiivalidatorsRegularExpressionValidator | RegularExpressionValidator는 속성 값이 지정된 $pattern과 일치하는지 확인합니다. |
yiivalidatorsrequiredValidator | requiredValidator 验证指定属性不是空或null。 |
yiivalidatorsSafeV 알리데이터 | SafeValidator는 대규모 할당에 안전한 속성을 표시하는 것이 주요 목적인 더미 유효성 검사기 역할을 합니다. |
yiivalidatorsStringValidator | StringValidator 验证属性值符库表中是唯一的。 |
yiivalidatorsUniqueValidator | UniqueValidator | yiivalidatorsUrlValidator
yiivalidatorsValidationAsset | |
yiivalidatorsValidator | |
yiiweb | |
애플리케이션 | 是所有web应用程序类的基类。yiiwebAssetBundle |
yiiwebAssetConverter | |
yiiwebAssetConverterInterface | |
yiiwebAssetManager | |
yiiwebBadRequestHttp | |
BadRequestHttpException | 은 상태 코드 400의 "잘못된 요청" HTTPException을 나타냅니다. | yiiwebCache
CacheSession | 은 캐시를 저장 매체로 사용하는Session 구성 요소를 구현합니다. | yiiwebCompositeUrlRule
yiiwebConflectHttp | |
Con conflictHttpException | 은 상태 코드가 409yiiwebControllerException | 을 나타냅니다. 🎜>
yiiwebCookie | |
Db | Session | 은 데이터베이스를
Session | 을 확장합니다.|
ErrorAction 使用指定视图显示应用程序错误。 | yiiwebErrorHandlerErrorHandler误和异常。 |
yii\web\ForbiddenHttpException | ForbiddenHttpException represents a "Forbidden" HTTP Exception with status code 403. |
yii\web\GoneHttpException | GoneHttpException represents a "Gone" HTTP Exception with status code 410 |
yii\web\GroupUrlRule | GroupUrlRule represents a collection of URL rules sharing the same prefix in their patterns and routes. |
yii\web\HeaderCollection | HeaderCollection is used by yii\web\Response to maintain the currently registered HTTP headers. |
yii\web\HtmlResponseFormatter | HtmlResponseFormatter formats the given data into an HTML response content. |
yii\web\HttpException | HttpException represents an Exception caused by an improper request of the end-user. |
yii\web\IdentityInterface | IdentityInterface is the interface that should be implemented by a class providing identity information. |
yii\web\JqueryAsset | This asset bundle provides the jquery javascript library |
yii\web\JsExpression | JsExpression marks a string as a JavaScript expression. |
yii\web\JSONParser | Parses a raw HTTP request using yii\helpers\Json::decode() |
yii\web\JsonResponseFormatter | JsonResponseFormatter formats the given data into a JSON or JSONP response content. |
yii\web\Link | Link represents a link object as defined in JSON Hypermedia API Language. |
yii\web\Linkable | Linkable is the interface that should be implemented by classes that typically represent locatable resources. |
yii\web\MethodNotAllowedHttpException | MethodNotAllowedHttpException represents a "Method Not Allowed" HTTP Exception with status code 405. |
yii\web\MultiFieldSession | MultiFieldSession is the base class for Session storage implementations with multi-field data storage support. |
yii\web\NotAcceptableHttpException | NotAcceptableHttpException represents a "Not Acceptable" HTTP Exception with status code 406 |
yii\web\NotFoundHttpException | NotFoundHttpException represents a "Not Found" HTTP Exception with status code 404. |
yii\web\Request | The web Request class represents an HTTP request |
yii\web\RequestParserInterface | Interface for classes that parse the raw request body into a parameters array. |
yii\web\Response | The web Response class represents an HTTP response |
yii\web\ResponseFormatterInterface | ResponseFormatterInterface specifies the interface needed to format a response before it is sent out. |
yii\web\ServerErrorHttpException | ServerErrorHttpException represents an "Internal Server Error" HTTP Exception with status code 500. |
yii\web\Session | Session provides Session data management and the related configurations. |
yii\web\SessionIterator | SessionIterator implements an Iterator for traversing Session variables managed by yii\web\Session. |
yii\web\TooManyRequestsHttpException | TooManyRequestsHttpException represents a "Too Many Requests" HTTP Exception with status code 429 |
yii\web\UnauthorizedHttpException | UnauthorizedHttpException represents an "Unauthorized" HTTP Exception with status code 401 |
yii\web\UnprocessableEntityHttpException | UnprocessableEntityHttpException represents an "Unprocessable Entity" HTTP Exception with status code 422. |
yii\web\UnsupportedMediaTypeHttpException | UnsupportedMediaTypeHttpException represents an "Unsupported Media Type" HTTP Exception상태 코드 415 |
yiiwebUploadedFile | UploadedFile은 업로드된 파일에 대한 정보를 나타냅니다. |
yiiwebUrlManager | UrlManager는 일련의 규칙에 따라 HTTP 요청 구문 분석 및 URL 생성을 처리합니다. |
yiiwebUrlRule | UrlRule은 yiiwebUrlManager가 URL을 구문 분석하고 생성하는 데 사용하는 규칙을 나타냅니다. |
yiiwebUrlRuleInterface | UrlRuleInterface는 URL 규칙 클래스를 구현해야 하는 인터페이스입니다. |
yiiwebUser | 사용자 사용자 인증 상태를 관리하는 "user" Application 구성 요소에 대한 클래스입니다. |
yiiwebUserEvent | 이 이벤트 클래스는 트리거된 이벤트에 사용됩니다. yiiwebUser 클래스에 의해 생성됩니다. |
yiiwebView | View는 MVC 패턴의 뷰 개체를 나타냅니다. |
yiiwebViewAction | ViewAction은 사용자가 지정한 매개변수에 따라 뷰를 표시하는 액션을 나타냅니다. |
yiiwebXmlResponseFormatter | XmlResponseFormatter는 주어진 데이터를 XML 응답 콘텐츠로 포맷합니다. |
yiiwebYiiAsset | 이 에셋 번들은 Yii Framework용 기본 자바스크립트 파일을 제공합니다. |
yiiwidgetsActiveField | ActiveField는 yiiwidgetsActiveForm 내의 양식 입력 필드를 나타냅니다. |
yiiwidgetsActiveForm | ActiveForm은 하나 이상의 데이터 모델에 대한 대화형 HTML 양식을 구축하는 위젯입니다. |
yiiwidgetsActiveFormAsset | |
yiiwidgetsBaseListView | BaseListView는 ListView와 같은 데이터 공급자의 데이터를 표시하는 위젯의 기본 클래스입니다. GridView. |
yiiwidgetsBlock | Block은 Begin()과 end() 호출 사이의 모든 출력을 기록하고 yiibaseView::$blocks에 저장합니다. |
yiiwidgetsBreadcrumbs | Breadcrumbs는 전체 사이트 계층 구조에서 현재 페이지의 위치를 나타내는 링크 목록을 표시합니다. |
yiiwidgetsContentDecorator | ContentDecorator는 Begin()과 end() 호출 사이의 모든 출력을 기록하고 이를 주어진 뷰 파일에 $content 로 전달한 다음 렌더링 결과를 반영합니다. |
yiiwidgetsDetailView | DetailView는 단일 데이터 $model의 세부 정보를 표시합니다. |
yiiwidgetsFragmentCache | FragmentCache는 yiibaseView에서 페이지 조각 캐싱을 제공하는 데 사용됩니다. |
yiiwidgetsInputWidget | InputWidget은 사용자 입력을 수집하는 위젯의 기본 클래스입니다. |
yiiwidgetsLinkPager | LinkPager는 하이퍼링크 목록을 표시합니다. 다른 대상 페이지로 연결됩니다. |
yiiwidgetsLinkSorter | LinkSorter는 지정된 정렬 정의에 대한 정렬 링크 목록을 렌더링합니다. |
yiiwidgetsListView | ListView 위젯은 데이터 공급자의 데이터를 표시하는 데 사용됩니다. 각 데이터 모델은 지정된 보기를 사용하여 렌더링됩니다. |
yiiwidgetsMaskedInput | MaskedInput은 마스크된 텍스트 입력을 생성합니다. |
yiiwidgetsMaskedInputAsset | yiiwidgetsMaskedInput 위젯용 자산 번들. |
yiiwidgetsMenu | 메뉴는 중첩된 HTML 목록을 사용하여 다단계 메뉴를 표시합니다. |
yiiwidgetsPjax | Pjax는 pjax jQuery 플러그인을 통합한 위젯입니다. |
yiiwidgetsPjaxAsset | 이 자산 번들은 javascript 파일을 제공합니다. 🎜>required by yiiwidgetsPjax 위젯. |
Spaceless 위젯은 HTML 태그 사이의 공백 문자를 제거합니다. HTML 태그나 일반 텍스트 내의 공백은 항상 그대로 유지됩니다. |