Commit graph

80 commits

Author SHA1 Message Date
Dan Robertson 56ab985be7 Add render_layout property and update documentation. 2010-09-09 21:39:40 +08:00
Dan Robertson 4a3277020b Added blurb on using partials. Formatting documentation for userguide module. Includes kodoc markdown handler extension to allow mustach tags in userguide. 2010-09-09 21:39:39 +08:00
Jeremy Bush 947d8379b9 Fixing #3 2010-08-20 09:14:48 -05:00
Caspar fe28ab0cbe using DIRECTORY_SEPARATOR instead of a / 2010-08-19 01:28:20 +08:00
Caspar 3b2c0c40ea using DIRECTORY_SEPERATOR instead of a / 2010-08-19 01:25:06 +08:00
Caspar d3105bc261 Layout view should use a default template location if none is provided 2010-08-09 22:48:31 +08: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 da27e50cb4 Hopefully last fix for layout issue 2010-08-09 09:00:17 -05:00
Jeremy Bush 22929c5dae trying this again 2010-08-09 08:48:41 -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 79d9633705 Adding extendable view_layout class 2010-08-04 21:23:55 -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 c60b276d26 Adding new View_Layout class, to replace the layout controller completely. 2010-08-04 14:14:19 -05:00
Jeremy Bush 0d4cec8f8c overriding __toString() for helpful error messages 2010-07-20 09:57:43 -05:00
Jeremy Bush 101869e9b2 merging with synapsestudios / kohana-kostache 2010-07-14 19:16:09 -05:00
Lorenzo Pisani 73376929e2 throwing an exception in the factory method when $path is not to a valid View class, this allows you to handle missing view classes 2010-07-15 08:10:00 +08: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
Lorenzo Pisani f6d78dddad throwing an exception in the factory method when $path is not to a valid View class, this allows you to handle missing view classes 2010-07-14 10:41:08 -07:00
Jeremy Bush 802d5a2392 removing examples from master 2010-07-13 21:58:39 -05:00
Jeremy Bush 4b3b10c028 Renaming "template" to "layout" 2010-07-13 21:57:07 -05:00
Dan Robertson 3f283b65d5 Added Controller_Template clone with a default view class and template 2010-07-14 10:49:00 +08:00
Jeremy Bush 706b94e9ad modifying exceptions to use kohanas error handler 2010-07-13 13:19:47 -05:00
Jeremy Bush 611b8947c6 Adding autoloading capability for partials, adding phpdocs 2010-07-02 09:28:32 -05:00
Lorenzo Pisani 27659eb813 adding set() and bind() for method chaining (not used as often as in regular kohana views but still used often enough to be useful) 2010-07-02 22:14:57 +08:00
Lorenzo Pisani b6311e8367 adding a factory method for chaining 2010-06-23 03:13:04 +08:00
Jeremy Bush 995fa15e66 adding striping example 2010-05-18 09:19:21 -05:00
Jeremy Bush 0306241667 Adding singular example, adding charset setting to the main class. 2010-05-17 21:42:48 -05:00
Jeremy Bush cf021374cb Adding complex example with models. 2010-05-17 19:37:53 -05:00
Jeremy Bush f38fa923e5 first commit 2010-05-16 20:55:59 -05:00