add new resource
This commit is contained in:
@@ -48,6 +48,11 @@ export default {
|
||||
desc: 'Ask questions about frameworks, try your hand at php golf and strike gold or simply show off your latest work.',
|
||||
url: 'https://reddit.com/r/php'
|
||||
},
|
||||
{
|
||||
title: '(The only proper) PDO tutorial',
|
||||
desc: 'There are many tutorials on PDO already, but unfortunately, most of them fail to explain the real benefits of PDO, or even promote rather bad practices. The only two exceptions are phptherightway.com and hashphp.org, but they miss a lot of important information. As a result, half of PDO's features remain in obscurity and are almost never used by PHP developers, who, as a result, are constantly trying to reinvent the wheel which already exists in PDO.',
|
||||
url: 'https://phpdelusions.net/pdo'
|
||||
},
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user