<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[TNF : Tatter Network Foundation forum - 검색할때 인수 하나를 더 넣고 싶은데요....]]></title>
	<link rel="self" href="http://forum.tattersite.com/ko/extern.php?action=feed&amp;tid=10497&amp;type=atom"/>
	<updated>2011-04-14T00:42:52Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.tattersite.com/ko/viewtopic.php?id=10497</id>
		<entry>
			<title type="html"><![CDATA[RSS 답글: 검색할때 인수 하나를 더 넣고 싶은데요....]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=40484#p40484"/>
			<content type="html"><![CDATA[<p>저대로 하면 에러나고요 이렇게 고치니까 되는데 문제는 계속 1이네요 ㅎㅎ<br />스킨에 value값을 2로 줘도 1이고 안줘도 1이고 계속 기본값만 나오는듯 하네요 값이 바껴야 되는데;;;<br />$IV = array(<br />&nbsp; &nbsp; &#039;GET&#039; =&gt; array(<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&#039;search_flag&#039; =&gt; array (&#039;int&#039;, 1, &#039;default&#039; =&gt; 1,&#039;mandatory&#039;=&gt;false)<br />&nbsp; &nbsp; &nbsp;)<br />);</p>]]></content>
			<author>
				<name><![CDATA[nuriyt]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=4555</uri>
			</author>
			<updated>2011-04-14T00:42:52Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=40484#p40484</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS 답글: 검색할때 인수 하나를 더 넣고 싶은데요....]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=40481#p40481"/>
			<content type="html"><![CDATA[<p>텍스트큐브에는 input validator가 있어서 허용된 인수의 허용된 타입만 남기고 나머지를 전부 날립니다. (이유는 짐작하실 대로입니다~) 기본적으로 아무 명령이 없으면 전부 다 날립니다.</p><p>특정한 값을 넘기고 싶으시면 아래의 명령을 참고해서 interface/blog/search.php를 수정해보세요~</p><div class="quotebox"><blockquote><p>$IV = array(<br />&nbsp; &nbsp; &#039;GET&#039; =&gt; array(<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&#039;search_flag&#039; =&gt; array(&#039;int&#039;, 1, &#039;default&#039; =&gt; 1,mandatory=false),<br />&nbsp; &nbsp; &nbsp;)<br />);<br />require ROOT . &#039;/library/preprocessor.php&#039;;</p></blockquote></div><p>요렇게 하시면 integer값인 search_flag을 통과시키고, 필수적일 필요는 없으며 기본값이 1이게 됩니다.</p><p>참고하세요~</p><p>덧) 코드를 추적하기 어려우실 때는 documents/manual_workflow.txt를 참고해보시면 조금 도움이 될 듯 합니다.^^</p>]]></content>
			<author>
				<name><![CDATA[inureyes]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=2</uri>
			</author>
			<updated>2011-04-13T17:22:24Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=40481#p40481</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[검색할때 인수 하나를 더 넣고 싶은데요....]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=40467#p40467"/>
			<content type="html"><![CDATA[<p>검색할때 인수 하나를 더 넣고 싶은데요....<br />hidden으로 값하나를 스킨에 넣었는데<br />이거 대체 $_GET $_POST $_REQUEST 중 전부 값이 넘어오지 않는데 이걸 어떻게 받아야 하는지 남감하네요</p><p>스킨에 이렇게 넣었구요<br />&lt;input type=&quot;text&quot; name=&quot;[##_search_name_##]&quot; value=&quot;[##_search_text_##]&quot; onkeypress=&quot;if (event.keyCode == 13) { [##_search_onclick_submit_##] }&quot;/&gt;<br />&lt;input value=&quot;1&quot; type=&quot;hidden&quot; name=&quot;search_flag&quot; /&gt;<br />&lt;input value=&quot;검색&quot; type=&quot;button&quot; onclick=&quot;[##_search_onclick_submit_##]&quot; class=&quot;submit&quot;/&gt;</p><p>interface/blog/search.php 에서 겁색이 이루어지는것 같긴한데 그 파일에서 값을 search_flag란 값을 받아서 써야 하는데 $_GET $_POST $_REQUEST 중 $_GET이 맞는듯한데 이값을 참조를 못하니 저 search_flag 란값을 대체 어찌 받아야 합니까???<br />참고로 $_GET에는 값이 하나도 없더군요 좀 황당하긴 한데 다른데서 페이지를 만들어서 뿌리는거라면 이해는 어느정도 가는데 도저히 제실력으론 <br />루틴을 따라 올라가서 값을 참조할수가 없군요</p>]]></content>
			<author>
				<name><![CDATA[nuriyt]]></name>
			</author>
			<updated>2011-04-06T07:58:23Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=40467#p40467</id>
		</entry>
</feed>
