-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
+ You can just call
\DDTools\Snippet::runSnippet
to run the snippet…
… without DB and eval. + `\ddDomainComparator\Snippet`: The new class. All snippet code was moved here.
- Loading branch information
Showing
5 changed files
with
395 additions
and
303 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
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
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
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?php | ||
//Include (MODX)EvolutionCMS.libraries.ddTools | ||
require_once( | ||
//path to `assets` | ||
dirname( | ||
__DIR__, | ||
2 | ||
). | ||
'/libs/ddTools/modx.ddtools.class.php' | ||
); | ||
|
||
require_once('EMT.php'); | ||
|
||
require_once('src/Snippet.php'); | ||
?> |
Oops, something went wrong.