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

ailixter/aiix.php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Object, Data and Form (to be continued) for easier life

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages