This file ( 1kB ) exceeds the allowed full mode (48 kb) size.
The editor full hight is disabled, only scrolling is allowed..
If you wish to edit a file, it is recommended to use the scroll mode as some users do not like the full height
mode, although some users like it.
<?php
$lang['title'] = 'Requirements';
$lang['content'] = <<<HEREDOC
<p><strong>Task: Create Address Book application</strong></p>
<p>Necessary functions:</p>
<ul>
<li>Categories: add, edit, delete</li>
<li>Add address</li>
<li>Select categories, at least one obligatory, but more can be</li>
<li>name, e-mail address, date of entry required fields</li>
<li>mobile number is optional, but if granted, the international format required (36x01112222, x = 2,3,7) </li>
<li>Browse adresses, paginated, based on the sort fields in the list</li>
<li>Address edit, delete</li>
<li>categories, there is a default ("uncategorised" named), not deletable. If a category is deleted, which already has addresses, the addresses are moved here.</li>
</ul>
<p>
Any best practive solution is an advantage (valid HTML/CSS, discrete Javascript, form usability, AdoDB, Smarty, other classes)</p>
<p>Settings: <strong>safe_mode=on</strong>, <strong>magic_quotes_gpc=off</strong>, <strong>error_reporting=E_ALL</strong>.</p>
<p>Any PHP version can be used.</p>
HEREDOC;
?>