<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Nette Framework forum</title>
<link>http://forum.nettephp.com/en</link>
<description> Nette Framework forum</description>
<language>cs</language>
<docs>http://backend.userland.com/rss</docs>
<item>
	<title>Nette download 404 (Nette Framework / Bug Reports)</title>
	<author>David Grudl</author>
	<link>http://forum.nettephp.com/en/viewtopic.php?pid=3587#p3587</link>
	<guid isPermaLink="false">3587@http://forum.nettephp.com/en</guid>
	<description>&lt;p&gt;It is fixed.&lt;/p&gt;

&lt;!-- by Texy2! --&gt;</description>
	<pubDate>Mon, 15 Dec 2008 05:35:29 -0700</pubDate>
</item>
<item>
	<title>Nette download 404 (Nette Framework / Bug Reports)</title>
	<author>mavater</author>
	<link>http://forum.nettephp.com/en/viewtopic.php?pid=3586#p3586</link>
	<guid isPermaLink="false">3586@http://forum.nettephp.com/en</guid>
	<description>&lt;p&gt;On page &lt;a href=&quot;http://nettephp.com/en/download&quot;
rel=&quot;nofollow&quot;&gt;http://nettephp.com/en/download&lt;/a&gt; doesn't work link to download
Nette (404).&lt;/p&gt;

&lt;!-- by Texy2! --&gt;</description>
	<pubDate>Mon, 15 Dec 2008 01:45:52 -0700</pubDate>
</item>
<item>
	<title>Scalability (Nette Framework / General Discussion)</title>
	<author>CyberGhost</author>
	<link>http://forum.nettephp.com/en/viewtopic.php?pid=3585#p3585</link>
	<guid isPermaLink="false">3585@http://forum.nettephp.com/en</guid>
	<description>&lt;p&gt;Thanx for the info… certainly will download and evaluate.&lt;/p&gt;</description>
	<pubDate>Mon, 10 Nov 2008 13:04:59 -0700</pubDate>
</item>
<item>
	<title>Scalability (Nette Framework / General Discussion)</title>
	<author>David Grudl</author>
	<link>http://forum.nettephp.com/en/viewtopic.php?pid=3584#p3584</link>
	<guid isPermaLink="false">3584@http://forum.nettephp.com/en</guid>
	<description>&lt;p&gt;Nette Framework is cca 4 years old and this year it was released as an open
source. So there are real usages in the world. It is foremost known to public in
Czech Republic (in czech language there is a &lt;a
href=&quot;http://nettephp.com/cs/dokumentace&quot; rel=&quot;nofollow&quot;&gt;better
documentation&lt;/a&gt; and &lt;a href=&quot;/cs&quot;&gt;more active forum&lt;/a&gt;; I'd like to write
english documentation in near future).&lt;/p&gt;

&lt;p&gt;And I think it scales very well. Framework &lt;a
href=&quot;http://www.root.cz/clanky/velky-test-php-frameworku-zend-nette-php-a-ror/&quot;
rel=&quot;nofollow&quot;&gt;was benchmarked&lt;/a&gt; by our local reputable webzin and it shows to
be one of fastest frameworks at all:&lt;/p&gt;

&lt;div class=&quot;figure&quot;&gt;&lt;img src=&quot;http://i.iinfo.cz/urs/graf7-122103972946048.png&quot;
alt=&quot;&quot; /&gt;
	&lt;p&gt;elapsed time in ms&lt;/p&gt;
&lt;/div&gt;

&lt;!-- by Texy2! --&gt;</description>
	<pubDate>Mon, 10 Nov 2008 10:37:57 -0700</pubDate>
</item>
<item>
	<title>Scalability (Nette Framework / General Discussion)</title>
	<author>CyberGhost</author>
	<link>http://forum.nettephp.com/en/viewtopic.php?pid=3583#p3583</link>
	<guid isPermaLink="false">3583@http://forum.nettephp.com/en</guid>
	<description>&lt;p&gt;Hey there,&lt;/p&gt;

&lt;p&gt;I quite like the way your documentation is written and from that I deduct
that your code must be also given a lot of thought. Haven't seen it yet but
I like what I saw in the documentation so far.&lt;/p&gt;

&lt;p&gt;However, I have one simple question. Is there any real usage of this
framework in the world, or is it a totally new framework that's not yet known
to public? I would be interested in knowing how good does this framework scale
when used in a real scenario.&lt;/p&gt;

&lt;p&gt;Otherwise, great job!&lt;/p&gt;

&lt;!-- by Texy2! --&gt;</description>
	<pubDate>Mon, 10 Nov 2008 10:00:01 -0700</pubDate>
</item>
<item>
	<title>Writing code in forum (General / Miscellaneous)</title>
	<author>David Grudl</author>
	<link>http://forum.nettephp.com/en/viewtopic.php?pid=3581#p3581</link>
	<guid isPermaLink="false">3581@http://forum.nettephp.com/en</guid>
	<description>&lt;p&gt;While posting and replying, you can use &lt;a href=&quot;http://texy.info/en/syntax&quot;
rel=&quot;nofollow&quot;&gt;Texy syntax&lt;/a&gt; to enhance your messages.&lt;/p&gt;

&lt;p&gt;Code phrases can be surrounded by `backtick quotes`.&lt;/p&gt;

&lt;p&gt;Long code blocks write this way:&lt;/p&gt;

&lt;pre
class=&quot;src-texy&quot;&gt;&lt;code&gt;/--php
function importFile($m)
{
    list(, $file) = $m;
    $level = substr_count($file, '/');
    echo &amp;quot;$file\n&amp;quot;;
}
\--

or&lt;/code&gt;&lt;/pre&gt;

&lt;pre
class=&quot;src-texy&quot;&gt;&lt;code&gt;/--
RewriteEngine On
RewriteCond %{REQUEST_FILENAME}.php -f
RewriteRule .* $0.php [L]
\--&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;It is possible to use &lt;code&gt;&amp;lt;?php&lt;/code&gt; and &lt;code&gt;?&amp;gt;&lt;/code&gt; delimiters
to indicate a PHP code:&lt;/p&gt;

&lt;pre class=&quot;php&quot;&gt;&lt;code&gt;&lt;span class=&quot;xlang&quot;&gt;&amp;lt;?php&lt;/span&gt;
&lt;span
class=&quot;php-keyword1&quot;&gt;function&lt;/span&gt; importFile(&lt;span
class=&quot;php-var&quot;&gt;$m&lt;/span&gt;)
{
    &lt;span class=&quot;php-keyword2&quot;&gt;list&lt;/span&gt;(, &lt;span
class=&quot;php-var&quot;&gt;$file&lt;/span&gt;) = &lt;span class=&quot;php-var&quot;&gt;$m&lt;/span&gt;;
    &lt;span
class=&quot;php-var&quot;&gt;$level&lt;/span&gt; = substr_count(&lt;span
class=&quot;php-var&quot;&gt;$file&lt;/span&gt;, &lt;span class=&quot;php-quote&quot;&gt;'/'&lt;/span&gt;);
    &lt;span
class=&quot;php-keyword1&quot;&gt;echo&lt;/span&gt; &lt;span class=&quot;php-quote&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span
class=&quot;php-var&quot;&gt;$file&lt;/span&gt;&lt;span class=&quot;php-quote&quot;&gt;\n&amp;quot;&lt;/span&gt;;
}
&lt;span
class=&quot;xlang&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;JavaScript delimites are supported too (the &lt;code&gt;type&lt;/code&gt; attribute is
optional):&lt;/p&gt;

&lt;pre class=&quot;html&quot;&gt;&lt;code&gt;&lt;span class=&quot;html-tag&quot;&gt;&amp;lt;script&lt;/span&gt;&lt;span
class=&quot;html-tagin&quot;&gt; type=&lt;/span&gt;&lt;span
class=&quot;html-quote&quot;&gt;&amp;quot;text/javascript&amp;quot;&lt;/span&gt;&lt;span
class=&quot;html-tag&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;js-out&quot;&gt;
&lt;/span&gt;&lt;span
class=&quot;js-keywords1&quot;&gt;function&lt;/span&gt;&lt;span
class=&quot;js-out&quot;&gt; queryMark(url) {
  &lt;/span&gt;&lt;span
class=&quot;js-keywords1&quot;&gt;return&lt;/span&gt;&lt;span
class=&quot;js-out&quot;&gt; (url.indexOf(&lt;/span&gt;&lt;span class=&quot;js-quote&quot;&gt;'?'&lt;/span&gt;&lt;span
class=&quot;js-out&quot;&gt;) == -&lt;/span&gt;&lt;span class=&quot;js-num&quot;&gt;1&lt;/span&gt;&lt;span
class=&quot;js-out&quot;&gt;) ? &lt;/span&gt;&lt;span class=&quot;js-quote&quot;&gt;'?'&lt;/span&gt;&lt;span
class=&quot;js-out&quot;&gt; : &lt;/span&gt;&lt;span class=&quot;js-quote&quot;&gt;'&amp;amp;'&lt;/span&gt;&lt;span
class=&quot;js-out&quot;&gt;;
}
&lt;/span&gt;&lt;span
class=&quot;html-tag&quot;&gt;&amp;lt;/script&amp;gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;!-- by Texy2! --&gt;</description>
	<pubDate>Sun, 31 Aug 2008 17:52:47 -0600</pubDate>
</item>
</channel>
</rss>
