Skip to content

Commit

Permalink
fix build error in tr version
Browse files Browse the repository at this point in the history
  • Loading branch information
antograssiot committed Jul 23, 2016
1 parent 048b885 commit aab3cc9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
6 changes: 6 additions & 0 deletions tr/controllers/request-response.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ Request & Response Objects

Bu sayfanın konusu hakkındaki İngilizce kaynağa erişmek için üst taraftaki seçim menüsünü kullanabilirsiniz.

.. index:: $this->request
.. _cake-request:

Request
=======

.. meta::
:title lang=tr: Request and Response objects
:keywords lang=tr: request controller,request parameters,array indexes,purpose index,response objects,domain information,request object,request data,interrogating,params,previous versions,introspection,dispatcher,rout,data structures,arrays,ip address,migration,indexes,cakephp
2 changes: 2 additions & 0 deletions tr/orm/retrieving-data-and-resultsets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ Retrieving Data & Results Sets
Yapmak istediğiniz değişiklikleri göndermek için, Github üzerinden istek yollayın ya da bu sayfanın üzerinde bulunan "Improve This Doc" butonuna tıklamaktan lütfen çekinmeyin.

Bu sayfanın konusu hakkındaki İngilizce kaynağa erişmek için üst taraftaki seçim menüsünü kullanabilirsiniz.

.. _custom-find-methods:
7 changes: 4 additions & 3 deletions tr/tutorials-and-examples/bookmarks/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,16 @@ yolu da aşşağıda ki yöntem ile çok basit yapabilirsiniz::

curl -s https://getcomposer.org/installer | php

Veya, ``composer.phar`` 'ı `Composer website
<https://getcomposer.org/download/>`_. adresinden indirebilirsiniz.
Veya, ``composer.phar`` 'ı
`Composer website <https://getcomposer.org/download/>`_. adresinden
indirebilirsiniz.

CakePHP iskeleti basitçe oluşturup kurmak için terminalizine **bookmarker**
komut satırını çalıştırınız::

php composer.phar create-project --prefer-dist cakephp/app bookmarker

Eğer `Composer Windows Installer<https://getcomposer.org/Composer-Setup.exe>`_
Eğer `Composer Windows Installer <https://getcomposer.org/Composer-Setup.exe>`_
'i indirip kurduysanız, o zaman kurulum klasöründe belirtilen komudu yazarak
devam edebilirsiniz. (Örnek kurulum klasörü C:\\wamp\\www\\dev\\cakephp3)::

Expand Down

0 comments on commit aab3cc9

Please sign in to comment.