900 Commits

Author SHA1 Message Date
Phil Sturgeon
7c0bd9512c Merge pull request #532 from ralf57/gh-pages
Add Liip's popular installation method for OS X
2015-05-31 07:21:23 -05:00
Phil Sturgeon
3449797ad9 Merge pull request #553 from codeName007/20150211-Example_how_run_phpcs_manually_from_shell
Add example how run phpcs manually from shell.
2015-05-31 07:21:03 -05:00
Phil Sturgeon
a8ae82c453 Merge pull request #557 from peterkokot/patch-books
Add book Build APIs You Won't Hate and order paid books alphabetically
2015-05-31 07:20:21 -05:00
Matt Basta
063b151a36 Add links to Brainy on the Compiled Templates page
Brainy is a fork of Smarty that is focused on enhancing Smarty's
security and performance. By default, it includes safer security
defaults while also bundling features that make it less susceptible to
XSS and other types of attacks.
2015-04-23 15:00:39 -07:00
Brad Estey
a75e572e55 Fixed class definition typo. 2015-04-08 13:25:53 -04:00
Quim Calpe
1d509e736f Missing piece
Add call to getAllFoos() for clarity
2015-04-03 18:45:56 +02:00
Phil Cook
8cc828d15e Add copy and link to brew php switcher
Alternative to editing PATH variable and instead use brew php switcher
2015-03-31 13:53:58 +01:00
Radek Benkel
0171ce6efa Add Laracasts to Paid Videos
It has a a lot of non-Laravel content.
2015-03-22 18:53:07 +01:00
Vladimir Kovpak
6ffa301399 Add information about SOLID. 2015-03-15 01:31:17 +02:00
Ryan Szrama
f054643d17 Typo fixes in the Programming Paradigms post. 2015-03-13 10:52:25 +08:00
Jayin Ton
65d51468dd add Video Tutorials anchor 2015-03-10 21:20:08 +08:00
Jayin Ton
b52e05c2f8 add virtualization_title 2015-03-10 14:35:54 +08:00
Peter Kokot
304bbe851c Add book Build APIs You Won't Hate and order paid books alphabetically 2015-03-02 18:33:25 +01:00
Martin Keckeis
2a6000a646 Some update (see comment)
- remove ZF1 cs (since ZF2using now psr)
- php-cs-fixer is not "owned" by fabpot anymore
2015-02-17 12:57:38 +01:00
Vladimir Kovpak
1b31eeb626 Rephrased example how run phpcs manually from shell. 2015-02-11 16:01:21 +02:00
Vladimir Kovpak
59ca83053f Add example how run phpcs manually from shell. 2015-02-11 08:00:01 +02:00
Alexandru Guzinschi
8752d37f93 Changed Deployer link to Github repo
Deployer link now points to their Github repository.
2015-02-09 11:06:34 +02:00
Phil Sturgeon
04af8249b6 Update 06-05-01-Further-Reading.md 2015-02-03 13:06:03 -05:00
Justinas
df1174b74c Zend standards url fixed. 2015-01-31 14:41:36 +02:00
c9s
35069640b8 Add section for MacPorts 2015-01-26 23:48:45 +08:00
Artem Gordinsky
1aa7d4de8a Remove a line break inside a PHP version number 2015-01-26 09:00:07 +02:00
david
d7cca904ea Add DOMDocument UTF-8 stackoverflow link. 2015-01-24 09:49:04 -08:00
Aykut Farsak
0a78e24f3d Update 07-03-01-Databases_PDO.md
http://php.net/manual/en/function.filter-input.php
2015-01-22 12:00:32 +02:00
Anton Medvedev
91e959b563 Update 12-05-01-Building-your-Application.md 2015-01-21 12:06:40 +03:00
Anton
4e94aad9b1 Update 12-05-01-Building-your-Application.md 2015-01-19 13:20:36 +03:00
Graham Campbell
42bf67238c Updated phpdoc stuff 2015-01-13 23:03:47 +00:00
Chris Brown
f328d5fc1a Update 01-05-01-Windows-Setup.md
Removed link to Zend Server CE, since that product is no longer available, and the new options are no longer free (unless you can confirm you're a contributor to an active Open Source project, or you want the headaches of dealing with expiring trial licenses).
2015-01-10 17:15:05 -05:00
Donato Rotunno
af6ae2565c Improve wording 2015-01-09 11:37:18 +01:00
Donato Rotunno
bdd27c18c0 Add Liip's popular installation method for OS X 2015-01-09 11:23:51 +01:00
Suraj Adhikari
239fbe9765 Add Youtube Channels section for more free content
YouTube has always been a great starting point for everyone to start learning new technologies. Some of the channels that I've listed frequently updates their content with modern information. So i think adding them will be a great help for new and experienced developers.
2015-01-08 11:01:22 +05:45
defenestrator
72f1ccedb6 Fix typos and improve readability of one sentence in Section 3. 2015-01-07 12:16:29 -07:00
Suraj Adhikari
dadb895622 Add SPL paid video course from lynda.com
Up and Running with the Standard PHP Library is an awesome course about SPL on Lynda.com. Adding it to the SPL category will help a lot to the readers.
2015-01-07 12:31:40 +05:45
Phil Sturgeon
4e89fcba0f class Foo should be FooModel 2015-01-06 14:07:39 -05:00
Phil Sturgeon
684f891fce Merge pull request #522 from surajprogrammez/patch-1
Add Lynda.com and Tutsplus in Videos Page
2015-01-06 11:24:17 -05:00
Suraj Adhikari
114859a83b Add Lynda.com and Tutsplus in Videos Page
Lynda.com and Tutsplus frequently adds new courses about Modern PHP so I think adding them to Paid Videos category will help a lot to newcomers
2015-01-06 20:53:29 +05:45
Dave Hulbert
0a852e293d Use strict equality comparison when comparing ints
This isn't a bug, per se, but bring strict is "the right way" and important to get right in a code example here.
2015-01-06 08:34:05 +00:00
Don MacAskill
3b393c2c4b Fix PDO not using input filtering in example
Somehow, this pull request (https://github.com/codeguy/php-the-right-way/pull/26) went missing in the move to `gh-pages`.  But it's fairly critical, since the example has `$_GET` being passed straight into a `PDO` statement.  On a write (`INSERT` or `UPDATE`), this can still result in dangerous data (to the app, not to SQL) being written accidentally by a new PHP developer.  Data should always be filtered prior to use.
2015-01-05 11:43:35 -08:00
Don MacAskill
4d01642a89 Fix comment error around UTF-8 and PDO 2015-01-05 11:09:42 -08:00
Peter Kokot
1b95df47bc typos fixed 2015-01-04 18:24:09 +01:00
Peter Kokot
28d3f1a9ea PSR-0 is deprecated. 2015-01-03 23:36:03 +01:00
jrfnl
fe46acb357 Add links to other useful resources and video tutorials 2015-01-02 18:28:34 +01:00
Phil Sturgeon
d621ed0e41 Updated wording on Composer / PEAR stuff. 2015-01-02 11:57:33 -05:00
Phil Sturgeon
93c00317c8 Merge pull request #488 from peterkokot/patch-twig
Syntax highlighting for Twig examples enabled
2015-01-02 11:42:04 -05:00
Phil Sturgeon
d2f8bdadd3 Merge pull request #501 from frankperez87/virtualization-content-fix
Update text under Vagrant section.
2015-01-02 11:40:53 -05:00
Andrew (Andrius) Marcinkevicius
cabe8ad232 Update 03-05-01-Command-Line-Interface.md
I think additional emphasis on the **not** could improve the text as it can be missed (at first read "*... put in public*", though "*that isn't right*" and rereading noticed the not).
2015-01-02 14:55:10 +02:00
Phil Sturgeon
87187696fe Merge pull request #507 from ylynfatt/add-deployer-to-deployment-section
Add Deployer to Deployment section
2014-12-30 09:21:00 -05:00
Michael Berkowski
76352ae677 No-escape underscores in MySQL table/column identifiers
Underscore _ doesn't require escaping in table/column identifiers
since it isn't treated as a wildcard in that context
2014-12-29 21:37:49 -06:00
Yannick Lyn Fatt
7565eea9c4 Add Deployer to Deployment section
Closes #443
2014-12-29 21:36:06 -05:00
Andreas Heigl
10c3e51785 Adding official PUG-listing at php.net/ug.php
This Commit adds a link to the official usergroup-list at php.net.
2014-12-27 13:01:08 +01:00
Phil Sturgeon
7a3652e5c8 Use albeit 2014-12-23 11:04:21 -05:00