/SmartyBigPipe

An implementation of BigPipe for the Smarty

Primary LanguagePHP

SmartyBigPipe

Unfinished
未完成

An implementation of BigPipe for the Smarty.
一种BigPipe的Smarty实现

{html}
	{head}
		{title}Hello BigPipe{/title}
	{/head}
	{body}
		{pagelet}
			I'm the bigpipe content
		{/pagelet}
	{/body}
{/html}