-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
21 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,20 @@ | ||
# ht7-concrete5-base | ||
# ht7-concrete5-base - ht7_c5_base # | ||
|
||
This is the base package for all ht7 concrete5 package. It provides the base dashboard page | ||
architecture and some basic functionallity. | ||
|
||
## Developer Notes ## | ||
|
||
### Helper classes ### | ||
|
||
#### PackageBase #### | ||
This class determines the package from an instance of a class of the searched package. | ||
Therfor no need to hardcode the package handle everywhere its needed. Simple retrive | ||
this helper, call the related method with an instance of a class from the searched | ||
package and get the package or its handle, depending on the called method. | ||
|
||
This class provides also methods to gain the related package file/db config. | ||
|
||
#### File Name Fixer #### | ||
concrete 5 can not handle page paths with a dash ("-"). This helper can tranform page names with a "_" | ||
into "-". |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters