From Phpeden
Back
Notes
config, xml
- registry weg oder umbenennen in config
- config verzeichnis wiedereine stufe höher
- Util_Xml mit multi-datei-load ausstatten (mindestens zwei modi: config-join-overide und normal-add)
Extension-Konzept
Directories
- /eden-2.00.0099/ext
- /eden-2.00.0099/app/ext
Es gibt zwei Arten Extensions zu laden:
- Extensions werden als EAR eingebunden
- Extensions werden reinkopiert (Rückgängig machen ist dabei nicht möglich)
- Der Sinn man baut sich eine Applikation, indem man alle benötigten Dinge zusammenschmeisst
- Vor allem Applikation-Templates oder auch HTML-Templates usw. können so einfach integriert werden - Auch Beipiel-Anwendungen ...
ASCII Header
<?php
/* ______ _
* | ____| | |
* | |__ __| | ___ _ __
* | __| / _` | / _ \| '_ \
* | |____| (_| || __/| | | |
* |______|\__,_| \___||_| |_|
*
* \ / _ _ _ _ _| _ _ _ _ _| _ _ |
* | (_)|_| | |(/_(/_(_| (_( (_|(_( [ (_|(/_| | .
* _|
*
* JOSTAR Eden: PHP development framework (http://www.phpeden.org)
* @copyright (C)opyright 2010 by JOSTAR web applications (http://www.jostar.de)
*
* LICENSE
*
* Licensed under Creative Commons License (CC-A 3.0)
* Redistributions of files must retain the above copyright notice.
*
* Condition:
* For the free use of the Eden framework, a backlink to the Eden
* homepage (http://www.phpeden.org) in a suitable place is required
* (e.g.: in the footer of the website or in the imprint).
*
* @license http://creativecommons.org/licenses/by/3.0/deed.en_GB Creative Commons License
*/
/**
* This class is just a dummy class :-)
*
*
* @author Eden core team <team@phpeden.org>
*/
class Eden {
public function __construct() {
}
}
?>