<?php /*! @mainpage
%Xyndravandria is the name of a collection of projects designed and developed by Mauro Di Girolamo (maurodigirolamo@web.de); he is therefore the copyright (c) owner of %Xyndravandria itself and all of its projects.
%Xyndravandria Erozaver is released under the terms of the %Xyndravandria PHP License (XyndravandriaPHPLicense.txt). You should be given a copy of the %Xyndravandria PHP License (XyndravandriaPHPLicense.txt) within the same directory as the README.md; if not, you can get a copy at http://Xyndravandria.ohost.de/XyndravandriaPHPLicense.txt . There might be a release under a freer license for a later, more stable version.
All projects:
<table>
<tr> <th>Project</th> <th>Language</th> <th>Description</th> </tr> <tr> <td>%Xyndravandria Averazain<br>http://github.com/MauroDiGirolamo/Xyndravandria_Averazain</td> <td>PHP</td> <td>Averazain is an Ajax framework supporting also JavaScript disabled clients perfectly - including search engines like Google.</td> </tr> <tr> <td>%Xyndravandria Dyverath<br>http://github.com/MauroDiGirolamo/Xyndravandria_Dyverath</td> <td>PHP</td> <td>Dyverath is a database access wrapper.</td> </tr> <tr> <td>%Xyndravandria Erozaver<br>http://github.com/MauroDiGirolamo/Xyndravandria_Erozaver</td> <td>PHP</td> <td>Erozaver is a class extending the type hinting given by the PHP engine (additional support for basic type hinting and size constraints).</td> </tr> <tr> <td>%Xyndravandria Mondraviel<br>http://github.com/MauroDiGirolamo/Xyndravandria_Mondraviel</td> <td>PHP</td> <td>Mondraviel is a class used to separate HTML from PHP code by firstly register models - files containing place holders embedded in HTML code - and then later fill them dynamically with content by passing values for the place holders.</td> </tr> </table>
In the following, the usage of Erozaver will be explained roughly; if you would like to know more detailled information, you can take a look at the in-depth documentation by browsing through either the namespaces or the data structures in the navigation above.
@section S1 I. Overview Erozaver is a class extending the type hinting given by the PHP engine. It adds an additional support for basic type hinting and offers the possibility of size constraints.
@section S2 II. Extended type hinting Read the documentations of <ul><li>@ref Xyndravandria::Erozaver::Erozaver "Erozaver"</li> <li>@ref Xyndravandria::Erozaver::HasLength "HasLength"</li></ul> in order to understand how to use the extended type hinting. */ ?>
|