Code Comments

Programming Forum and web based access to our favorite programming groups.
For Programmers: Free Programming Magazines | New: Database administration forum
Registration is free! Edit your profileCalendarFind other membersFrequently Asked QuestionsSearch -> 
Post New Thread











Thread
Author

Problem with assign_by_ref
Hello,

I'm relatively new to Smarty, and I'm having trouble with assign_by_ref.
Here's the situation.

I'm passing a hash to a member function that looks like this :
public function presentResult( $result ) {
foreach ( $result as $key => $value ) {
self::$smarty->assign_by_ref( $key, $value );
}

self::$smarty->display( 'index.tpl' );
}

I was using assign() before, instead of assign_by_ref(), and it worked
fine. But now I want to pass objects to Smarty as well as simple
scalars, so I changed it to assign_by_ref() for all variables (since I
don't modify any variables in templates, it doesn't really matter). Now,
it seems as if none of my variables are making it to Smarty... If I look
at the debug pop-up, all the variables show up as empty...

Am I doing something wrong? I assume something like this should work...

Thanks in advance,

J-S

--
 ________________________________________
___
Jean-Sébastien Guay   jean_seb@videotron.ca
http://whitestar02.webhop.org/



--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 266.11.0 - Release Date: 2005/04/29

Report this thread to moderator Post Follow-up to this message
Old Post
Jean-Sébastien Guay
04-30-05 02:00 AM


Sponsored Links




Last Thread Next Thread Next
Search this forum -> 
Post New Thread

PHP Smarty Templates archive

Show a Printable Version Send to friend Email This Page to Someone! subscribe to this thread Receive updates to this thread
Computer Consultants
Programming Jobs
Visual Basic Controls
SQL Server Programming
Webservices
Java Security
Visual Studio
C# Programming
Visual J++
Software engineering
Open source Software
Perl Programming
PHP Programming
ASP Programming
ASP .NET Programming
Visual Basic Programming
Windows Scripting Host
Java Programming
Java Help
Java Beans
VBScript
Cobol
MAC Applications
Unix Programming
Forum Jump:
All times are GMT. The time now is 09:16 AM.

 
Free MCSE Braindumps | Real Estate Topics

Programming forum archive

Copyrights CodeComments.com 2004 - 2006

Powered by vBulletin Copyright 2000-2006 Jelsoft Enterprises Limited.