📄 03-ct_file.sgml
字号:
<!-- $Id: 03-ct_file.sgml,v 1.1.1.1 2000/04/17 16:40:00 kk Exp $ --><sect1>CT_File<p>To let Session use a file as a container, you useCT_Fole. <sect2>Instance variables<p><table><tabular ca="">file_path<colsep>The path of the directory where to write the files (must exist already AND must be writable by the server process)<rowsep></tabular><caption>Accessible instance variables.</caption></table><sect2>Example<p>Use a subclass to provide the appropriate parameters to your container. Usually your subclass looks like this: <tscreen><code>class My_File extends CT_File { var $file_path = "/tmp/";}</code></tscreen>You can then use My_File in class Session. Reference itby putting "My_File" in the "that_class" variable.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -