Home > Archive > PHP Smarty Templates > August 2004 > Re: [SMARTY] Re: Blank page - no errors while extending Smarty
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Re: [SMARTY] Re: Blank page - no errors while extending Smarty
|
|
| Ryan Kanno 2004-08-13, 8:57 pm |
|
Robert- I tried your fetch function and sure enough, it worked. Did you try
overriding the 'fetch' function with the one I wrote and see if everything
in your system still worked by any chance? In my system, it still fails.
Thanks,
-Ryan
________________________________________
_________________________
Express yourself instantly with MSN Messenger! Download today - it's FREE!
hthttp://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
| |
| Robert Amos 2004-08-17, 8:57 am |
| If by the fetch function you wrote you mean exactly this:
public function fetch() {
//return parent::fetch(...);
}
Then that would be a little silly, seeing as the call to
parent::fetch() is commented out. I didn't see any other code from you
posted under this subject. Did I miss something?
-bok
On Fri, 13 Aug 2004 22:25:51 +0000, Ryan Kanno <kannoberg@hotmail.com> wrote:
>
> Robert- I tried your fetch function and sure enough, it worked. Did you try
> overriding the 'fetch' function with the one I wrote and see if everything
> in your system still worked by any chance? In my system, it still fails.
>
>
> Thanks,
> -Ryan
>
> ________________________________________
_________________________
> Express yourself instantly with MSN Messenger! Download today - it's FREE!
> hthttp://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
>
> --
> Smarty General Mailing List (http://smarty.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
|
|
|
|
|