Skip to content
This repository has been archived by the owner on Jun 24, 2020. It is now read-only.

Commit

Permalink
hotfix backtick encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron Barr committed Dec 2, 2014
1 parent d10038f commit 90b157e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion essentials/naming-conventions.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ The table name convention is quite simple:

`#__` + `component name` + `_` + `plural entity name`

where `#__` is replaced with your already defined ````php JConfig::$dbprefix```, and the `component name` is without the `com_` prefix.
where `#__` is replaced with your already defined ```JConfig::$dbprefix```, and the `component name` is without the `com_` prefix.

Following our Foo component example:

Expand Down

0 comments on commit 90b157e

Please sign in to comment.