This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "quickfw".
The branch, master has been updated
via cecb9148cad4fbf19d4f1ae7ac4764852fabf495 (commit)
from 6dfe8794c21d2befbef4f56c99800c4a61f3a9fb (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit cecb9148cad4fbf19d4f1ae7ac4764852fabf495
Author: Ivan Borzenkov <iva...@li...>
Date: Tue Aug 9 12:36:14 2011 +0400
Небольшой фикс view
diff --git a/lib/View.php b/lib/View.php
index 6264fc9..46fe374 100644
--- a/lib/View.php
+++ b/lib/View.php
@@ -74,6 +74,14 @@ class View extends Templater
}
/**
+ * Синоним fetch
+ */
+ public function render($tmpl=false, $vars=array())
+ {
+ return $this->fetch($tmpl, $vars);
+ }
+
+ /**
* Magically converts view object to string.
*
* @return string
-----------------------------------------------------------------------
Summary of changes:
lib/View.php | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
hooks/post-receive
--
quickfw
|