27.09.2011 | eZ Publish
z.b. <span>-Tag zur Farbauszeichnung (mit Colorpicker)Voraussetzung: ezoe vers. >= 5.01. settings/override/content.ini.append.php [CustomTagSettings] <-- meist schon vorhanden (ganz oben)
weiterlesen →31.08.2011 | PHP
Nach: http://techblog.wimgodden.be/2010/06/24/automated-php-5-3-compatibility-testing-for-your-old-code/Achtung, KEINE cs-Standardfunktionalität. Von https://nodeload.github.com/wimg/PHP53Compat_CodeS
weiterlesen →06.04.2011 | eZ Publish
Im tpl des Moduls setzen mit: {set scope=global $persistent_variable=hash( 'javascript', array('jquery-easing-1.3.pack.js', 'jquery-easing-compatibility.1.2.pack.js', 'coda-slider.1.1.1.pack.js'),
weiterlesen →02.11.2010 | eZ Publish
ezPublish bietet die Möglichkeit, Meta-Informationen in der site.ini abzulegen und als Loop in der pagelayout.tpl auszulesen. [SiteSettings] # Name of the site, will be used in default templates
weiterlesen →13.09.2010 | Joomla
If you move Remository from one place to another, you will need to alter the filepaths in the database. There are filepaths stored in the xxx_downloads_files and xxx_downloads_cont
weiterlesen →12.09.2010 | eZ Publish
1. translation-Extension erstellen (z.B. extension/tsextension) mit Folder settings und translations.Unterhalb von extension/tsextension/translations je Sprache einen Folder erstellen nach de
weiterlesen →05.08.2010 | Zend Framework
in Bootstrap.phphier in die _initView geladen (möglicherweise egal, wo): $translator = new Zend_Translate( 'array', '/usr/local/zend/share/ZendFramework/resources/langu
weiterlesen →04.08.2010 | Zend Framework
z.B. in der createAction des AdsControllers: $adsForm = new Form_AdsForm(); $adsForm->setAction('/ads/create'); $adsForm->setMethod('post'); $this->view->setEncodin
weiterlesen →31.07.2010 | Zend Framework
Im Action-Controller: class FooController extends Zend_Controller_Action { public function barAction() { // Layouts in dieser Aktion deaktivieren: $this->_h
weiterlesen →25.07.2010 | Mysql
Folgender Code wird erzeugt von phpMyAdmin->Rechte->Neuen Benutzer anlegen, dann für neuen Benutzer Rechte ändern -- neuen User anlegen CREATE USER 'testuser'@'localhost' IDENTIFIED BY '***'; -
weiterlesen →