Commit Graph

10 Commits (01915f5013017254f3982867f4bf699504f73b68)

Author SHA1 Message Date
ShkiperMe e1617308c3 Update Russian translation for 'composer' documentation (#26847) 2019-01-23 20:41:29 +04:00
Dhiraj Kanchan 54ac1ea02e Fix if statement to use equal to operator instead of assignment operator. (#24523)
Fix if statement to use Double equals (==)  instead of Single equal  (=) which would overwrite the value of $_GET['name'] variable.
2018-11-28 21:32:38 +04:00
serg-t 827b3d8194 index.md (#22966)
* rename to variables_php.md

Added basic info about PHP variables.

* Added Guide About PHP Variables (Russian)

* Rename variables_php.md to index.md

* Rename guide/russian/php/PHP Variables to guide/russian/php/php-variables/index

* Delete index

* fix: fixed foldernames

* update index.md

added example from 8th line;
added markdown for highlighting code.

* ch
2018-11-26 09:36:55 -08:00
serg-t 94f76e862f PHP_Operators.md (#22903)
* update index.md

Main concept about PHP Operators.

* fix: corrected folder issues
2018-11-15 06:35:00 -08:00
serg-t 998829cd99 update index.md (#24223)
added basic info about PHP Expressions.
2018-11-01 22:52:54 +04:00
serg-t 38709b202a update index.md (#24207)
added basic info about PHP Data Types.
2018-11-01 22:29:33 +04:00
serg-t 0013e4fb3f update index.md (#23037)
added basic info about PHP Errors.
2018-10-31 21:27:55 +04:00
corpsepk dbe36992e7 Update translation (#21935) 2018-10-29 15:10:55 +04:00
Bouncey b1a785c87d fix(guide): Fix directory structure 2018-10-19 16:28:34 +01:00
Mrugesh Mohapatra da0df12ab7 fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30