Skip to content
This repository has been archived by the owner on Dec 2, 2017. It is now read-only.

Latest commit

 

History

History
22 lines (13 loc) · 363 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 363 Bytes

aiix.php

$data = new \AIIX\Data($array);
$data->set('key1/key2', 'value1')->set('key3', 'value2');
$value = $data->get('key1/key2', 'default');
\AIIX\Form::create($formdata);

----------------------------

echo \AIIX\Form::label('firstname');
echo \AIIX\Form::control('firstname');

more: https://github.com/ailixter/aiix.php/wiki