Is there anything especial to activate the default theme for created
modules with symfony --theme=admin doctrine:generate-admin?
The generated pages do not seem to show any theme: there is no color,
no border lines for tables... nothing at all, except text and links
Thanks
(Symfony 1.2.1 wit
Perhaps, this is the same bug:
http://trac.symfony-project.org/ticket/2895
On 12 dic, 22:42, mapelo wrote:
> In my project there is a table with a double primary key, like this:
>
> schema:
> matricula_x_criterio_evaluacion:
> _attributes: { phpName: MatriculaXCri
In my project there is a table with a double primary key, like this:
schema:
matricula_x_criterio_evaluacion:
_attributes: { phpName: MatriculaXCriterioEvaluacion }
matricula_id: { type: INTEGER, size: '10', primaryKey: true,
required: true, foreignTable: matricula, foreignReference:
m
t; echo "";
>
> //print_r or var_dump depending on
> //if you prefer latte or expresso :)
>
> print_r($this->getUser()->getGuardUser());
>
> echo "";
> //do a clean exit
> exit();
>
> On Thu, Dec 11, 2008 at 8:10 AM, mapelo <[EMAIL PROTECT
How to know the id for a record into sf_guard_user (from fooPeek.php)?
I know username value.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"symfony users" group.
To post to this group, send email to symfony-users
This can add a permanent filter , but the optional filter are losing
public function executeIndex(sfWebRequest $request)
{
//filtro permanente en action index
$this->filters = $this->configuration->getFilterForm($this-
>getFilters());
$this->filters->bind($request->getParameter($
How to create a permanent filter via a modification of executeFilter
(sfWebRequest $request)?
How I can modify $request? For example, into the class action of the
module, this does not work for filter all the records with field
'materia_id' = 1
public function executeFilter(sfWebRequest $reques