<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Форумы CodeIgniter по-русски &mdash; Нашел баг в документации по Form Validation, checkbox array]]></title>
	<link rel="self" href="http://www.codeigniter.ru/forums/feed/atom/topic/3/"/>
	<updated>2010-06-09T05:59:32Z</updated>
	<generator>PunBB</generator>
	<id>http://www.codeigniter.ru/forums/topic/3/</id>
		<entry>
			<title type="html"><![CDATA[Re: Нашел баг в документации по Form Validation, checkbox array]]></title>
			<link rel="alternate" href="http://www.codeigniter.ru/forums/post/41/#p41"/>
			<content type="html"><![CDATA[<p>Круто) а есть документация на русском?</p>]]></content>
			<author>
				<name><![CDATA[regservice.net]]></name>
				<uri>http://www.codeigniter.ru/forums/user/27/</uri>
			</author>
			<updated>2010-06-09T05:59:32Z</updated>
			<id>http://www.codeigniter.ru/forums/post/41/#p41</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Нашел баг в документации по Form Validation, checkbox array]]></title>
			<link rel="alternate" href="http://www.codeigniter.ru/forums/post/3/#p3"/>
			<content type="html"><![CDATA[<p>Когда используется массив чекбоксов (checkbox array), в документации пишется что надо делать так:<br /></p><div class="codebox"><pre><code>    &lt;input type=&quot;checkbox&quot; name=&quot;mycheck[]&quot; value=&quot;1&quot; &lt;?php echo set_checkbox(&#039;mycheck[]&#039;, &#039;1&#039;); ?&gt; /&gt;
    &lt;input type=&quot;checkbox&quot; name=&quot;mycheck[]&quot; value=&quot;2&quot; &lt;?php echo set_checkbox(&#039;mycheck[]&#039;, &#039;2&#039;); ?&gt; /&gt;</code></pre></div><p>На самом деле рабочий вариант:<br /></p><div class="codebox"><pre><code>    &lt;input type=&quot;checkbox&quot; name=&quot;mycheck[]&quot; value=&quot;1&quot; &lt;?php echo set_checkbox(&#039;mycheck&#039;, &#039;1&#039;); ?&gt; /&gt;
    &lt;input type=&quot;checkbox&quot; name=&quot;mycheck[]&quot; value=&quot;2&quot; &lt;?php echo set_checkbox(&#039;mycheck&#039;, &#039;2&#039;); ?&gt; /&gt;</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Developer]]></name>
				<uri>http://www.codeigniter.ru/forums/user/3/</uri>
			</author>
			<updated>2009-10-07T11:41:58Z</updated>
			<id>http://www.codeigniter.ru/forums/post/3/#p3</id>
		</entry>
</feed>

