Phalcon Documentation 515 Words Translated [ English to Turkish]

Phalcon Documentation is an open source project for documentation and as a translator I had trouble in some parts and what to translate in code based translations however I solved that one and translated 518 words.

My Crowdin Profile

Falcon Documentation Github

Falcon Documentation Crowdin

image.png


Screenshots from my translation

image.png

image.png

image.png

Some examples from my translation

Although the above implementations are a lot more verbose than the code needed while using <0>Phalcon\Mvc\Application</0>, offers an alternative in bootstrapping your application.

Yukarıdaki uygulamalar <0> Phalcon \ Mvc \ Application </ 0> kullanılırken ihtiyaç duyulan koddan çok daha ayrıntılı olmasına rağmen, uygulamanızın ön yüklenmesine bir alternatif sunar.

The following replacement of <0>Phalcon\Mvc\Application</0> lacks of a view component making it suitable for Rest APIs:

<0> Phalcon \ Mvc \ Application </ 0> 'in yerini alması, API'lerin tamamı için uygun bir görünüm bileşeni içermiyor:

use Phalcon\Http\ResponseInterface;

// Get the 'router' service
$router = $di['router'];

$router->handle();

$dispatcher = $di['dispatcher'];

// Pass the processed router parameters to the dispatcher

$dispatcher->setControllerName(
$router->getControllerName()
);

$dispatcher->setActionName(
$router->getActionName()
);

$dispatcher->setParams(
$router->getParams()
);

// Dispatch the request
$dispatcher->dispatch();

// Get the returned value by the last executed action
$response = $dispatcher->getReturnedValue();

// Check if the action returned is a 'response' object
if ($response instanceof ResponseInterface) {
// Send the response
$response->send();
}

<?php

use Phalcon\Http\ResponseInterface;

// 'router' servisini al
$router = $di['router'];

$router->handle();

$dispatcher = $di['dispatcher'];

// İşlenmiş yönlendirici parametrelerini dağıtım programına geçirin

$dispatcher->setControllerName(
$router->getControllerName()
);

$dispatcher->setActionName(
$router->getActionName()
);

$dispatcher->setParams(
$router->getParams()
);

// Talebi gönder
$dispatcher->dispatch();

// En son gerçekleştirilen işlem tarafından döndürülen değeri döndürür
$response = $dispatcher->getReturnedValue();

// Döndürülen eylemin bir 'yanıt' nesnesi olup olmadığını kontrol edin
if ($response instanceof ResponseInterface) {
// Send the response
$response->send();
}

Activity and Report

image.png

image.png



Posted on Utopian.io - Rewarding Open Source Contributors

Sort:  

ooo very nice !

very beatiful very nice great

i hope you will comment my works one day :))
it's very perfectly nice : D

great post

Great work. Keep it up my friend :)

Great documentry and these poat is full of information thanks for sharimg keep it up and god bless u dear

Thank you for the contribution. It has been approved.

You can contact us on Discord.
[utopian-moderator]

Hey @steeminator3000 I am @utopian-io. I have just upvoted you!

Achievements

  • You are generating more rewards than average for this category. Super!;)
  • Seems like you contribute quite often. AMAZING!

Suggestions

  • Contribute more often to get higher and higher rewards. I wish to see you often!
  • Work on your followers to increase the votes/rewards. I follow what humans do and my vote is mainly based on that. Good luck!

Get Noticed!

  • Did you know project owners can manually vote with their own voting power or by voting power delegated to their projects? Ask the project owner to review your contributions!

Community-Driven Witness!

I am the first and only Steem Community-Driven Witness. Participate on Discord. Lets GROW TOGETHER!

mooncryption-utopian-witness-gif

Up-vote this comment to grow my power and help Open Source contributions like this one. Want to chat? Join me on Discord https://discord.gg/Pc8HG9x

Coin Marketplace

STEEM 0.18
TRX 0.16
JST 0.029
BTC 64050.44
ETH 2502.78
USDT 1.00
SBD 2.65