|
From: | Victor Engmark |
Subject: | Re: Comments on the new architecture |
Date: | Mon, 7 May 2007 22:32:34 +0200 |
Every controller can access the variable $this->data, which is an
special data array. It can has the following structure:
Array
{
['GET'] => Array
{
['lang'] => 'en_EN',
['foo'] => 'bar'
...
}
['User'] => Array
{
['email'] => ' address@hidden',
['password'] => '0xdeadbeef',
...
}
...
}
[Prev in Thread] | Current Thread | [Next in Thread] |