Commit graph

17 commits

Author SHA1 Message Date
Woody Gilk d632be3fd4 Added new $options parameter to Kostache::_stache() which will appear in v6.0.0 of mustache.php 2011-03-01 13:52:00 -05:00
Woody Gilk c665fad5a9 __toString must return a string 2011-02-28 09:47:57 -05:00
Woody Gilk 6cc9fa9dcd Added class doc comment and LICENSE file 2011-02-25 11:01:20 -05:00
Woody Gilk c1f5b5592d Added $render_layout flag to Kostache_Layout 2011-02-25 11:01:12 -05:00
Woody Gilk 3919aab096 Make all Kostache classes abstract 2011-02-24 18:34:41 -05:00
Woody Gilk 6e3e9c46de Load partials defined by view in __construct 2011-02-24 18:20:05 -05:00
Woody Gilk 454a50e62a Forgot to actually make Kostache not extend Mustache, DOH! 2011-02-24 18:00:13 -05:00
Woody Gilk e77f6a99a2 Kostache not extending Mustache, aka Kostache v2.0beta1 2011-02-24 17:45:29 -05:00
Woody Gilk 21ec6521a4 Change all references to KOstache to Kostache 2011-02-24 15:26:09 -05:00
Jeremy Bush ceffe2942f adding version constant 2010-12-09 13:05:25 -06:00
Jeremy Bush 947d8379b9 Fixing #3 2010-08-20 09:14:48 -05:00
Jeremy Bush bbc0bb9140 Making error message for missing template more friendly 2010-08-09 09:16:41 -05:00
Jeremy Bush 5bba54e57f hopefully last bug of this series 2010-08-09 09:07:39 -05:00
Jeremy Bush 3c74063551 move template conversion to render, to allow people to dynamically change _template variable 2010-08-09 08:46:45 -05:00
Jeremy Bush 23f063f3a9 Moving partial processing to render, so that people can add to them after construct 2010-08-04 14:20:33 -05:00
Jeremy Bush 0d4cec8f8c overriding __toString() for helpful error messages 2010-07-20 09:57:43 -05:00
Lorenzo Pisani 3fce0e49a3 adding the empty kostache class (I am extending this quite often in projects) 2010-07-14 16:13:55 -07:00