Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PSDI Army
yii2
Commits
b654fe79
Commit
b654fe79
authored
Nov 30, 2014
by
Borales
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Uk] Cleaning up [skip ci]
parent
764549f6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
14 deletions
+0
-14
concept-aliases.md
docs/guide-uk/concept-aliases.md
+0
-5
start-workflow.md
docs/guide-uk/start-workflow.md
+0
-9
No files found.
docs/guide-uk/concept-aliases.md
View file @
b654fe79
...
...
@@ -118,11 +118,6 @@ $cache = new FileCache([
Псевдоніми розширень <a name="extension-aliases"></a>
--------------------
Each alias is named after the root namespace of the extension as declared in its
`composer.json`
file, and each alias
represents the root directory of the package. For example, if you install the
`yiisoft/yii2-jui`
extension,
you will automatically have the alias
`@yii/jui`
defined during the
[
bootstrapping
](
runtime-bootstrapping.md
)
stage, equivalent to:
Для кожного
[
розширення
](
structure-extensions.md
)
, що встановлюється через Composer, автоматично задається псевдонім.
Його імʼя відповідає кореневому простору імен розширення відповідно до його
`composer.json`
, і кожен псевдонім представляє
шлях до кореневої директорії пакета. Наприклад, якщо ви встановите розширення
`yiisoft/yii2-jui`
,
...
...
docs/guide-uk/start-workflow.md
View file @
b654fe79
Запуск додатка
==============
> Info: For simplicity, throughout this "Getting Started" tutorial, it's assumed that you have set `basic/web`
as the document root of your Web server, and configured, the URL for accessing
your application to be
`http://hostname/index.php`
or something similar.
For your needs, please adjust the URLs in our descriptions accordingly.
Після встановлення Yii, базовий додаток буде доступний або по URL
`http://hostname/basic/web/index.php`
,
або по
`http://hostname/index.php`
, в залежності від налаштування Web сервера. Даний розділ - загальне введення в
організацію коду, вбудований функціонал і опрацювання запитів додатком Yii.
...
...
@@ -58,9 +52,6 @@ basic/ кореневий каталог додатка
yii скрипт виконання консольного додатку Yii
```
The following diagram shows the static structure of an application.
В цілому, додаток Yii можна розділити на дві категорії файлів: розміщенні в
`basic/web`
і розміщенні в інших директоріях.
Перша категорія доступна через HTTP (наприклад, браузером), друга недоступна зовні, та і не повинна бути, так як містить службову інформацію.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment