We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5e7995 commit 60e038bCopy full SHA for 60e038b
manual/en-US/coding-standards/chapters/php.md
@@ -481,7 +481,7 @@ $query = $db->getQuery(true);
481
// Build the query programatically (using chaining if desired).
482
$query->select('u.*')
483
// Use the qn alias for the quoteName method to quote table names.
484
- ->from($db->qn('#__users').' AS u'));
+ ->from($db->qn('#__users') . ' AS u'));
485
486
// Tell the database connector what query to run.
487
$db->setQuery($query);
0 commit comments