> Why do you get zero hits when searching for "i18n" using the forum search > function? I now for sure several post that have the word i18n mentioned.
> Why do you get zero hits when searching for "i18n" using the forum search > function? I now for sure several post that have the word i18n mentioned.
I think the search engine is quite poor, it could be words that are too short, or it may have overly restrictive rules about words being composed of numbers. I think I have raised this before, but understandably the revamp of the forum facilities is probably not high on the agenda of the core team.
documented on: 06 November 2006, halfer
documented on: 01 December 2006, yoyo
how to use getRequestParameter in partial?
In the partial template of a partial field can access to the current object "through a variable named by the class ($comment in this example). " http://www.symfony-project.org/book/trunk/14-Generators
So, I've copied and changed from
$this->getRequestParameter('id')
to:
$comment->getRequestParameter('id')
in my partial, but this is what I get:
Fatal error: Call to undefined method Comment::getRequestParameter() in /var/www/html/cm/apps/reqs/modules/comment/templates/_comments.php
in partials:
$sf_request->getParameter('id');
or
$sf_params->get('id');
documented on: 06 February 2007, pezetgee