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
Screenshots from my translation
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
Posted on Utopian.io - Rewarding Open Source Contributors
ooo very nice !
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
very beatiful very nice great
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
i hope you will comment my works one day :))
it's very perfectly nice : D
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
great post
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Great work. Keep it up my friend :)
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Great documentry and these poat is full of information thanks for sharimg keep it up and god bless u dear
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Thank you for the contribution. It has been approved.
You can contact us on Discord.
[utopian-moderator]
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Hey @steeminator3000 I am @utopian-io. I have just upvoted you!
Achievements
Suggestions
Get Noticed!
Community-Driven Witness!
I am the first and only Steem Community-Driven Witness. Participate on Discord. Lets GROW TOGETHER!
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
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit