Iam bunu bir php çözümleyici arıyor.
{tag} Replace the tag with text comming from a function
{tag(params)} It must support params
{tag({tag(params)},{tag(params)})} It must support nesting
{tag()?
else
} It must support Tests
{$tag=value} It must support varriables
Size kimse bu yapabileceğiniz bir çözümleyici biliyor musunuz?
Yoksa ben bir tane yaratabilirsiniz biliyorum maby. Ben preg ile bunu yapmak için uğraş vermişler, ama yuvalama oluşturmak için imkansız görünüyor.
Smarty seems to be a bit to big, and i dont know if you can disable all the extra functionality it has. I only need the functionality that i have listet over. In smarty your able to write php code and i dont like that. {php} {/php} So if iam going to use that i need to be able to turn it of.
(Iam CodeIgniter ile kullanmak için gidiyorum.)