Listing 6.1. | |
| ROZDZIAŁ: | 6. Translacja adresów URL |
| TXT: | listing-06-01.txt |
class KoledyController extends Controller
{
public function preActions()
{
$tmp = string2VArray(file_get_contents('../scripts/dane/00lista.log'));
$this->dane = $tmp['items'];
$this->set('menu', $this->dane);
}
}