<?php include_once '../doc-typo3-funcs.php'; $doxygen_vars = array( "title" => "TYPO3 4.0.1: typo3_src-4.0.1/typo3/file_newfolder.php Source File", "datetime" => "Sat Dec 2 19:22:21 2006", "date" => "2 Dec 2006", "doxygenversion" => "1.4.6", "projectname" => "TYPO3 4.0.1", "projectnumber" => "4.0.1" ); get_header($doxygen_vars); ?> <!-- Generated by Doxygen 1.4.6 --> <div class="tabs"> <ul> <li><a href="main.html"><span>Main Page</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li><a href="classes.html"><span>Classes</span></a></li> <li id="current"><a href="files.html"><span>Files</span></a></li> <li><a href="dirs.html"><span>Directories</span></a></li> <li><a href="pages.html"><span>Related Pages</span></a></li> <li><a href="examples.html"><span>Examples</span></a></li> <li> <form action="search.php" method="get"> <table cellspacing="0" cellpadding="0" border="0"> <tr> <td><label> <u>S</u>earch for </label></td> <td><input type="text" name="query" value="" size="20" accesskey="s"/></td> </tr> </table> </form> </li> </ul></div> <div class="nav"> <a class="el" href="dir_c8daf1ad746050abf985cc546c89e248.html">typo3_src-4.0.1</a> » <a class="el" href="dir_18071ae4545d8b3e0364d30c0659c74a.html">typo3</a></div> <h1>file_newfolder.php</h1><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <?php <a name="l00002"></a>00002 <span class="comment">/***************************************************************</span> <a name="l00003"></a>00003 <span class="comment">* Copyright notice</span> <a name="l00004"></a>00004 <span class="comment">*</span> <a name="l00005"></a>00005 <span class="comment">* (c) 1999-2005 Kasper Skaarhoj (kasperYYYY@typo3.com)</span> <a name="l00006"></a>00006 <span class="comment">* All rights reserved</span> <a name="l00007"></a>00007 <span class="comment">*</span> <a name="l00008"></a>00008 <span class="comment">* This script is part of the TYPO3 project. The TYPO3 project is</span> <a name="l00009"></a>00009 <span class="comment">* free software; you can redistribute it and/or modify</span> <a name="l00010"></a>00010 <span class="comment">* it under the terms of the GNU General Public License as published by</span> <a name="l00011"></a>00011 <span class="comment">* the Free Software Foundation; either version 2 of the License, or</span> <a name="l00012"></a>00012 <span class="comment">* (at your option) any later version.</span> <a name="l00013"></a>00013 <span class="comment">*</span> <a name="l00014"></a>00014 <span class="comment">* The GNU General Public License can be found at</span> <a name="l00015"></a>00015 <span class="comment">* http://www.gnu.org/copyleft/gpl.html.</span> <a name="l00016"></a>00016 <span class="comment">* A copy is found in the textfile GPL.txt and important notices to the license</span> <a name="l00017"></a>00017 <span class="comment">* from the author is found in LICENSE.txt distributed with these scripts.</span> <a name="l00018"></a>00018 <span class="comment">*</span> <a name="l00019"></a>00019 <span class="comment">*</span> <a name="l00020"></a>00020 <span class="comment">* This script is distributed in the hope that it will be useful,</span> <a name="l00021"></a>00021 <span class="comment">* but WITHOUT ANY WARRANTY; without even the implied warranty of</span> <a name="l00022"></a>00022 <span class="comment">* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</span> <a name="l00023"></a>00023 <span class="comment">* GNU General Public License for more details.</span> <a name="l00024"></a>00024 <span class="comment">*</span> <a name="l00025"></a>00025 <span class="comment">* This copyright notice MUST APPEAR in all copies of the script!</span> <a name="l00026"></a>00026 <span class="comment">***************************************************************/</span> <a name="l00052"></a>00052 $BACK_PATH = ''; <a name="l00053"></a>00053 require('init.php'); <a name="l00054"></a>00054 require('<span class="keyword">template</span>.php'); <a name="l00055"></a>00055 require_once(PATH_t3lib.'<span class="keyword">class</span>.t3lib_basicfilefunc.php'); <a name="l00056"></a>00056 <a name="l00057"></a>00057 <a name="l00058"></a>00058 <a name="l00059"></a>00059 <a name="l00060"></a>00060 <a name="l00061"></a>00061 <a name="l00062"></a>00062 <a name="l00063"></a>00063 <a name="l00064"></a>00064 <a name="l00065"></a>00065 <a name="l00066"></a>00066 <a name="l00074"></a><a class="code" href="classSC__file__newfolder.html">00074</a> <span class="keyword">class </span><a class="code" href="classSC__file__newfolder.html">SC_file_newfolder</a> { <a name="l00075"></a>00075 <a name="l00076"></a>00076 <span class="comment">// External, static:</span> <a name="l00077"></a><a class="code" href="classSC__file__newfolder.html#f321b58a69788ebcac5b1776df5755ef">00077</a> var <a class="code" href="classSC__file__newfolder.html#f321b58a69788ebcac5b1776df5755ef">$folderNumber</a>=10; <a name="l00078"></a>00078 <a name="l00079"></a>00079 <span class="comment">// Internal, static:</span> <a name="l00080"></a><a class="code" href="classSC__file__newfolder.html#e1d728ec2f6f8b19545f2ef6773495e6">00080</a> var <a class="code" href="classSC__file__newfolder.html#e1d728ec2f6f8b19545f2ef6773495e6">$doc</a>; <span class="comment">// Template object.</span> <a name="l00081"></a><a class="code" href="classSC__file__newfolder.html#6f5d11d00cda469afb0ed7ce99b2f186">00081</a> var <a class="code" href="classSC__file__newfolder.html#6f5d11d00cda469afb0ed7ce99b2f186">$basicff</a>; <span class="comment">// Instance of "t3lib_basicFileFunctions"</span> <a name="l00082"></a><a class="code" href="classSC__file__newfolder.html#9aeb1b4b88225db83b5dacd563bc196e">00082</a> var <a class="code" href="classSC__file__newfolder.html#9aeb1b4b88225db83b5dacd563bc196e">$icon</a>; <span class="comment">// Will be set to the proper icon for the $target value.</span> <a name="l00083"></a><a class="code" href="classSC__file__newfolder.html#b14d3cb46917dffcb60299eb83ea9c22">00083</a> var <a class="code" href="classSC__file__newfolder.html#b14d3cb46917dffcb60299eb83ea9c22">$shortPath</a>; <span class="comment">// Relative path to current found filemount</span> <a name="l00084"></a><a class="code" href="classSC__file__newfolder.html#ab569369bd7cb35d7ac2a3f34b1babc1">00084</a> var <a class="code" href="classSC__file__newfolder.html#ab569369bd7cb35d7ac2a3f34b1babc1">$title</a>; <span class="comment">// Name of the filemount</span> <a name="l00085"></a>00085 <a name="l00086"></a>00086 <span class="comment">// Internal, static (GPVar):</span> <a name="l00087"></a><a class="code" href="classSC__file__newfolder.html#d63f047776d7e76324511de4034e549a">00087</a> var <a class="code" href="classSC__file__newfolder.html#d63f047776d7e76324511de4034e549a">$number</a>; <a name="l00088"></a><a class="code" href="classSC__file__newfolder.html#862de681baf0bb80e017ec97210d3e20">00088</a> var <a class="code" href="classSC__file__newfolder.html#862de681baf0bb80e017ec97210d3e20">$target</a>; <span class="comment">// Set with the target path inputted in &target</span> <a name="l00089"></a><a class="code" href="classSC__file__newfolder.html#39d2b3c9cff048d1947010c50fe319d5">00089</a> var <a class="code" href="classSC__file__newfolder.html#39d2b3c9cff048d1947010c50fe319d5">$returnUrl</a>; <span class="comment">// Return URL of list module.</span> <a name="l00090"></a>00090 <a name="l00091"></a>00091 <span class="comment">// Internal, dynamic:</span> <a name="l00092"></a><a class="code" href="classSC__file__newfolder.html#8fb09d2e25f969dd503ab74fcd333fcc">00092</a> var <a class="code" href="classSC__file__newfolder.html#8fb09d2e25f969dd503ab74fcd333fcc">$content</a>; <span class="comment">// Accumulating content</span> <a name="l00093"></a>00093 <a name="l00094"></a>00094 <a name="l00095"></a>00095 <a name="l00101"></a><a class="code" href="classSC__file__newfolder.html#bbe01b23d09573cf4ede6599378e06de">00101</a> function <a class="code" href="classSC__file__newfolder.html#bbe01b23d09573cf4ede6599378e06de">init</a>() { <a name="l00102"></a>00102 global $LANG,$BACK_PATH,$TYPO3_CONF_VARS; <a name="l00103"></a>00103 <a name="l00104"></a>00104 <span class="comment">// Initialize GPvars:</span> <a name="l00105"></a>00105 $this->number = <a class="code" href="classt3lib__div.html#016d2190758279b2dbb953826c690118">t3lib_div::_GP</a>('number'); <a name="l00106"></a>00106 $this->target = <a class="code" href="classt3lib__div.html#016d2190758279b2dbb953826c690118">t3lib_div::_GP</a>('target'); <a name="l00107"></a>00107 $this->returnUrl = <a class="code" href="classt3lib__div.html#016d2190758279b2dbb953826c690118">t3lib_div::_GP</a>('returnUrl'); <a name="l00108"></a>00108 <a name="l00109"></a>00109 <span class="comment">// Init basic-file-functions object:</span> <a name="l00110"></a>00110 $this->basicff = <a class="code" href="classt3lib__div.html#b47f8a8e8be44b79a0b8064dcd427bc1">t3lib_div::makeInstance</a>('<a class="code" href="classt3lib__basicFileFunctions.html">t3lib_basicFileFunctions</a>'); <a name="l00111"></a>00111 $this->basicff->init($GLOBALS['FILEMOUNTS'],$TYPO3_CONF_VARS['BE']['fileExtensions']); <a name="l00112"></a>00112 <a name="l00113"></a>00113 <span class="comment">// Cleaning and checking target</span> <a name="l00114"></a>00114 $this->target=$this->basicff->is_directory($this->target); <a name="l00115"></a>00115 $key=$this->basicff->checkPathAgainstMounts($this->target.<span class="charliteral">'/'</span>); <a name="l00116"></a>00116 <span class="keywordflow">if</span> (!$this->target || !$key) { <a name="l00117"></a>00117 <a class="code" href="classt3lib__BEfunc.html#5128bd912d99ed04990947fe9ca68e1e">t3lib_BEfunc::typo3PrintError</a> ('Parameter Error<span class="charliteral">','</span>Target was not a directory!<span class="charliteral">','</span>'); <a name="l00118"></a>00118 exit; <a name="l00119"></a>00119 } <a name="l00120"></a>00120 <a name="l00121"></a>00121 <span class="comment">// Finding the icon</span> <a name="l00122"></a>00122 <span class="keywordflow">switch</span>($GLOBALS['FILEMOUNTS'][$key]['type']) { <a name="l00123"></a>00123 <span class="keywordflow">case</span> 'user': $this->icon = 'gfx/i/_icon_ftp_user.gif'; <span class="keywordflow">break</span>; <a name="l00124"></a>00124 <span class="keywordflow">case</span> 'group': $this->icon = 'gfx/i/_icon_ftp_group.gif'; <span class="keywordflow">break</span>; <a name="l00125"></a>00125 <span class="keywordflow">default</span>: $this->icon = 'gfx/i/_icon_ftp.gif'; <span class="keywordflow">break</span>; <a name="l00126"></a>00126 } <a name="l00127"></a>00127 <a name="l00128"></a>00128 <span class="comment">// Relative path to filemount, $key:</span> <a name="l00129"></a>00129 $this->shortPath = substr($this->target,strlen($GLOBALS['FILEMOUNTS'][$key]['path'])); <a name="l00130"></a>00130 <a name="l00131"></a>00131 <span class="comment">// Setting title:</span> <a name="l00132"></a>00132 $this->title = $GLOBALS['FILEMOUNTS'][$key]['name'].': '.$this->shortPath; <a name="l00133"></a>00133 <a name="l00134"></a>00134 <span class="comment">// Setting template object</span> <a name="l00135"></a>00135 $this->doc = <a class="code" href="classt3lib__div.html#b47f8a8e8be44b79a0b8064dcd427bc1">t3lib_div::makeInstance</a>('<a class="code" href="classsmallDoc.html">smallDoc</a>'); <a name="l00136"></a>00136 $this->doc->docType = 'xhtml_trans'; <a name="l00137"></a>00137 $this->doc->backPath = $BACK_PATH; <a name="l00138"></a>00138 $this->doc->form='<form action=<span class="stringliteral">"tce_file.php"</span> method=<span class="stringliteral">"post"</span> name=<span class="stringliteral">"editform"</span>>'; <a name="l00139"></a>00139 $this->doc->JScode=$this->doc->wrapScriptTags(' <a name="l00140"></a>00140 var path = <span class="stringliteral">"'.$this->target.'"</span>; <a name="l00141"></a>00141 <a name="l00142"></a>00142 function reload(a) { <span class="comment">//</span> <a name="l00143"></a>00143 <span class="keywordflow">if</span> (!changed || (changed && confirm('.$LANG->JScharCode($LANG->sL('LLL:EXT:lang/locallang_core.php:mess.redraw')).'))) { <a name="l00144"></a>00144 var params = <span class="stringliteral">"&target="</span>+escape(path)+<span class="stringliteral">"&number="</span>+a; <a name="l00145"></a>00145 window.location.href = <span class="stringliteral">"file_newfolder.php?"</span>+params; <a name="l00146"></a>00146 } <a name="l00147"></a>00147 } <a name="l00148"></a>00148 function backToList() { <span class="comment">//</span> <a name="l00149"></a>00149 top.goToModule(<span class="stringliteral">"file_list"</span>); <a name="l00150"></a>00150 } <a name="l00151"></a>00151 <a name="l00152"></a>00152 var changed = 0; <a name="l00153"></a>00153 '); <a name="l00154"></a>00154 } <a name="l00155"></a>00155 <a name="l00161"></a><a class="code" href="classSC__file__newfolder.html#88e52174e0a9a76fad9f9d7f3422b963">00161</a> function <a class="code" href="classSC__file__newfolder.html#88e52174e0a9a76fad9f9d7f3422b963">main</a>() { <a name="l00162"></a>00162 global $LANG; <a name="l00163"></a>00163 <a name="l00164"></a>00164 <span class="comment">// Make page header:</span> <a name="l00165"></a>00165 $this->content=''; <a name="l00166"></a>00166 $this->content.=$this->doc->startPage($LANG->sL('LLL:EXT:lang/locallang_core.php:file_newfolder.php.pagetitle')); <a name="l00167"></a>00167 $this->content.=$this->doc->header($LANG->sL('LLL:EXT:lang/locallang_core.php:file_newfolder.php.pagetitle')); <a name="l00168"></a>00168 $this->content.=$this->doc->spacer(5); <a name="l00169"></a>00169 $this->content.=$this->doc->section('',$this->doc->getFileheader($this->title,$this->shortPath,$this->icon)); <a name="l00170"></a>00170 $this->content.=$this->doc->divider(5); <a name="l00171"></a>00171 <a name="l00172"></a>00172 <a name="l00173"></a>00173 <span class="comment">// Making the selector box for the number of concurrent folder-creations</span> <a name="l00174"></a>00174 $this->number = <a class="code" href="classt3lib__div.html#79f6a47a7658e28e3f65666f8ebc19f8">t3lib_div::intInRange</a>($this->number,1,10); <a name="l00175"></a>00175 $code=' <a name="l00176"></a>00176 <div <span class="keywordtype">id</span>=<span class="stringliteral">"c-select"</span>> <a name="l00177"></a>00177 <select name=<span class="stringliteral">"number"</span> onchange=<span class="stringliteral">"reload(this.options[this.selectedIndex].value);"</span>>'; <a name="l00178"></a>00178 <span class="keywordflow">for</span> ($a=1;$a<=$this->folderNumber;$a++) { <a name="l00179"></a>00179 $code.=' <a name="l00180"></a>00180 <option value=<span class="stringliteral">"'.$a.'"</span>'.($this->number==$a?' selected=<span class="stringliteral">"selected"</span><span class="charliteral">':'</span>').<span class="charliteral">'>'</span>.$a.<span class="charliteral">' '</span>.$LANG->sL('LLL:EXT:lang/locallang_core.php:file_newfolder.php.folders',1).'</option>'; <a name="l00181"></a>00181 } <a name="l00182"></a>00182 $code.=' <a name="l00183"></a>00183 </select> <a name="l00184"></a>00184 </div> <a name="l00185"></a>00185 '; <a name="l00186"></a>00186 <a name="l00187"></a>00187 <span class="comment">// Making the number of new-folder boxes needed:</span> <a name="l00188"></a>00188 $code.=' <a name="l00189"></a>00189 <div <span class="keywordtype">id</span>=<span class="stringliteral">"c-createFolders"</span>> <a name="l00190"></a>00190 '; <a name="l00191"></a>00191 <span class="keywordflow">for</span> ($a=0;$a<$this->number;$a++) { <a name="l00192"></a>00192 $code.=' <a name="l00193"></a>00193 <input'.$this->doc->formWidth(20).' type=<span class="stringliteral">"text"</span> name=<span class="stringliteral">"file[newfolder]['.$a.'][data]"</span> onchange=<span class="stringliteral">"changed=true;"</span> /> <a name="l00194"></a>00194 <input type=<span class="stringliteral">"hidden"</span> name=<span class="stringliteral">"file[newfolder]['.$a.'][target]"</span> value=<span class="stringliteral">"'.htmlspecialchars($this->target).'"</span> /> <a name="l00195"></a>00195 '; <a name="l00196"></a>00196 } <a name="l00197"></a>00197 $code.=' <a name="l00198"></a>00198 </div> <a name="l00199"></a>00199 '; <a name="l00200"></a>00200 <a name="l00201"></a>00201 <span class="comment">// Making submit button for folder creation:</span> <a name="l00202"></a>00202 $code.=' <a name="l00203"></a>00203 <div <span class="keywordtype">id</span>=<span class="stringliteral">"c-submitFolders"</span>> <a name="l00204"></a>00204 <input type=<span class="stringliteral">"submit"</span> value=<span class="stringliteral">"'.$LANG->sL('LLL:EXT:lang/locallang_core.php:file_newfolder.php.submit',1).'"</span> /> <a name="l00205"></a>00205 <input type=<span class="stringliteral">"submit"</span> value=<span class="stringliteral">"'.$LANG->sL('LLL:EXT:lang/locallang_core.php:labels.cancel',1).'"</span> onclick=<span class="stringliteral">"backToList(); return false;"</span> /> <a name="l00206"></a>00206 <input type=<span class="stringliteral">"hidden"</span> name=<span class="stringliteral">"redirect"</span> value=<span class="stringliteral">"'.htmlspecialchars($this->returnUrl).'"</span> /> <a name="l00207"></a>00207 </div> <a name="l00208"></a>00208 '; <a name="l00209"></a>00209 <a name="l00210"></a>00210 <span class="comment">// CSH:</span> <a name="l00211"></a>00211 $code.= <a class="code" href="classt3lib__BEfunc.html#a235b246dec429e439742b1fc76c9d97">t3lib_BEfunc::cshItem</a>('xMOD_csh_corebe', 'file_newfolder', $GLOBALS['BACK_PATH'],'<br/>'); <a name="l00212"></a>00212 <a name="l00213"></a>00213 $this->content.= $this->doc->section('',$code); <a name="l00214"></a>00214 <a name="l00215"></a>00215 <a name="l00216"></a>00216 <a name="l00217"></a>00217 <span class="comment">// Add spacer:</span> <a name="l00218"></a>00218 $this->content.= $this->doc->spacer(10); <a name="l00219"></a>00219 <a name="l00220"></a>00220 <span class="comment">// Switching form tags:</span> <a name="l00221"></a>00221 $this->content.= $this->doc->sectionEnd(); <a name="l00222"></a>00222 $this->content.= '</form><form action=<span class="stringliteral">"tce_file.php"</span> method=<span class="stringliteral">"post"</span> name=<span class="stringliteral">"editform2"</span>>'; <a name="l00223"></a>00223 <a name="l00224"></a>00224 <span class="comment">// Add form fields for creation of a new, blank text file:</span> <a name="l00225"></a>00225 $code=' <a name="l00226"></a>00226 <div <span class="keywordtype">id</span>=<span class="stringliteral">"c-newFile"</span>> <a name="l00227"></a>00227 <p>['.htmlspecialchars($GLOBALS['TYPO3_CONF_VARS']['SYS']['textfile_ext']).']</p> <a name="l00228"></a>00228 <input'.$this->doc->formWidth(20).' type=<span class="stringliteral">"text"</span> name=<span class="stringliteral">"file[newfile][0][data]"</span> onchange=<span class="stringliteral">"changed=true;"</span> /> <a name="l00229"></a>00229 <input type=<span class="stringliteral">"hidden"</span> name=<span class="stringliteral">"file[newfile][0][target]"</span> value=<span class="stringliteral">"'.htmlspecialchars($this->target).'"</span> /> <a name="l00230"></a>00230 </div> <a name="l00231"></a>00231 '; <a name="l00232"></a>00232 <a name="l00233"></a>00233 <span class="comment">// Submit button for creation of a new file:</span> <a name="l00234"></a>00234 $code.=' <a name="l00235"></a>00235 <div <span class="keywordtype">id</span>=<span class="stringliteral">"c-submitFiles"</span>> <a name="l00236"></a>00236 <input type=<span class="stringliteral">"submit"</span> value=<span class="stringliteral">"'.$LANG->sL('LLL:EXT:lang/locallang_core.php:file_newfolder.php.newfile_submit',1).'"</span> /> <a name="l00237"></a>00237 <input type=<span class="stringliteral">"submit"</span> value=<span class="stringliteral">"'.$LANG->sL('LLL:EXT:lang/locallang_core.php:labels.cancel',1).'"</span> onclick=<span class="stringliteral">"backToList(); return false;"</span> /> <a name="l00238"></a>00238 <input type=<span class="stringliteral">"hidden"</span> name=<span class="stringliteral">"redirect"</span> value=<span class="stringliteral">"'.htmlspecialchars($this->returnUrl).'"</span> /> <a name="l00239"></a>00239 </div> <a name="l00240"></a>00240 '; <a name="l00241"></a>00241 <a name="l00242"></a>00242 <span class="comment">// CSH:</span> <a name="l00243"></a>00243 $code.= <a class="code" href="classt3lib__BEfunc.html#a235b246dec429e439742b1fc76c9d97">t3lib_BEfunc::cshItem</a>('xMOD_csh_corebe', 'file_newfile', $GLOBALS['BACK_PATH'],'<br/>'); <a name="l00244"></a>00244 <a name="l00245"></a>00245 <span class="comment">// Add the HTML as a section:</span> <a name="l00246"></a>00246 $this->content.= $this->doc->section($LANG->sL('LLL:EXT:lang/locallang_core.php:file_newfolder.php.newfile'),$code); <a name="l00247"></a>00247 <a name="l00248"></a>00248 } <a name="l00249"></a>00249 <a name="l00255"></a><a class="code" href="classSC__file__newfolder.html#5f01c92a18bae70aeeca108e1ea5d3d3">00255</a> function printContent() { <a name="l00256"></a>00256 $this->content.= $this->doc->endPage(); <a name="l00257"></a>00257 $this->content = $this->doc->insertStylesAndJS($this->content); <a name="l00258"></a>00258 echo $this->content; <a name="l00259"></a>00259 } <a name="l00260"></a>00260 } <a name="l00261"></a>00261 <a name="l00262"></a>00262 <span class="comment">// Include extension?</span> <a name="l00263"></a>00263 <span class="keywordflow">if</span> (defined('TYPO3_MODE') && $TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['typo3/file_newfolder.php']) { <a name="l00264"></a>00264 include_once($TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['typo3/file_newfolder.php']); <a name="l00265"></a>00265 } <a name="l00266"></a>00266 <a name="l00267"></a>00267 <a name="l00268"></a>00268 <a name="l00269"></a>00269 <a name="l00270"></a>00270 <a name="l00271"></a>00271 <a name="l00272"></a>00272 <a name="l00273"></a>00273 <a name="l00274"></a>00274 <a name="l00275"></a>00275 <a name="l00276"></a>00276 <a name="l00277"></a>00277 <a name="l00278"></a>00278 <span class="comment">// Make instance:</span> <a name="l00279"></a>00279 $SOBE = <a class="code" href="classt3lib__div.html#b47f8a8e8be44b79a0b8064dcd427bc1">t3lib_div::makeInstance</a>('<a class="code" href="classSC__file__newfolder.html">SC_file_newfolder</a>'); <a name="l00280"></a>00280 $SOBE->init(); <a name="l00281"></a>00281 $SOBE->main(); <a name="l00282"></a>00282 $SOBE->printContent(); <a name="l00283"></a>00283 ?> </pre></div><?php include_once '../doc-typo3-funcs.php'; get_footer(); ?>