Created
June 11, 2015 07:10
-
-
Save deroter/8c2767ec98faf6c77275 to your computer and use it in GitHub Desktop.
concrete5の編集可能領域
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
<?php | |
$a = new Area('エリア名'); | |
$a->display($c); | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment