[PHPTAL] Cache problem with double "per"

2009-09-22 Thread Andrew
All works fine, but i got stuck on problem with "per" parameter. I want to cache page for separate URL and Language. Current language is specified in "language" var, not in url, so when i try to do something like phptal:cache="1d per url per language" i get an error. Is there a way?

[PHPTAL] Re: Cache problem with double "per"

2009-09-23 Thread Andrew
Thank you very much :) ___ PHPTAL mailing list PHPTAL@lists.motion-twin.com http://lists.motion-twin.com/mailman/listinfo/phptal

[PHPTAL] Re: Cache problem with double "per"

2009-09-23 Thread Andrew
Marco Pivetta writes: > How about phptal:cache="1h; per key; per something; another argument; etc etc"?http://phptal.org/wiki/doku.php/cache Sounds nice i agree. ___ PHPTAL mailing list PHPTAL@lists.motion-twin.com http://lists.motion-twin.com/m

[PHPTAL] Check if cached

2009-11-10 Thread Andrew
Hello i've got a question and suggestion... I am using CodeIgniter framework with PHPTAL and it works great, but there is little problem with caching. I cant get a nice preformance boost because i can't figure out how to check if template region was cached or not. If there was some function l

[PHPTAL] Re: Check if cached

2009-11-19 Thread Andrew
Thanx, i found a solution you were talking about. There is already written library for such situations: http://codeigniter.com/ forums/viewthread/57117/ ___ PHPTAL mailing list PHPTAL@lists.motion-twin.com http://lists.motion-twin.com/mailman/listinfo

[PHPTAL] XML Namespace and xmlns declaration removed from emitted DOM

2012-06-12 Thread Andrew Crites
e PHPTAL skip parsing it and emit it raw (CDATA is escaped)? -- Andrew Crites Chief of http://AySites.com/ ___ PHPTAL mailing list PHPTAL@lists.motion-twin.com http://lists.motion-twin.com/mailman/listinfo/phptal

Re: [PHPTAL] XML Namespace and xmlns declaration removed from emitted DOM

2012-06-12 Thread Andrew Crites
`g:plusone` element so I can get around it that way. On Tue, Jun 12, 2012 at 12:05 PM, Terin Stock wrote: > Hey Andrew: > > You could probably setup a postfilter to remove the gplusone element and > add a g:plusone element in it place. (I believe I had a postfilter doing > something very

Re: [PHPTAL] XML Namespace and xmlns declaration removed from emitted DOM

2012-06-13 Thread Andrew Crites
tput it as either HTML5 or XHTML). > > -- > regards, Kornel LesiƄski > > > __**_ > PHPTAL mailing list > PHPTAL@lists.motion-twin.com > http://lists.motion-twin.com/**mailman/listinfo/phptal<http://lists.motion-twin.com/mailman/listinfo/phptal> > -- Andrew Crites Chief of http://AySites.com/ ___ PHPTAL mailing list PHPTAL@lists.motion-twin.com http://lists.motion-twin.com/mailman/listinfo/phptal

[PHPTAL] `exists:` should throw exception for invalid tales path

2012-08-09 Thread Andrew Crites
n unset variable -- the entire point of `exists`, but this does not appear to be the case. In summary, can we have `exists:` throw exceptions normally? -- Andrew Crites Chief of http://AySites.com/ ___ PHPTAL mailing list PHPTAL@lists.motion-twin.com http://lists.motion-twin.com/mailman/listinfo/phptal