mirror of
https://github.com/brmlab/brmbiolab_sklad.git
synced 2025-12-16 04:34:00 +01:00
Initial commit
This commit is contained in:
commit
3b93da31de
1004 changed files with 265840 additions and 0 deletions
6
lib/Cake/Test/test_app/View/Posts/xml/index.ctp
Normal file
6
lib/Cake/Test/test_app/View/Posts/xml/index.ctp
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
$data = array('users' => array('user' => array()));
|
||||
foreach ($users as $user) {
|
||||
$data['users']['user'][] = array('@' => $user['User']['username']);
|
||||
}
|
||||
echo Xml::fromArray($data)->saveXml();
|
||||
Loading…
Add table
Add a link
Reference in a new issue