Ceci est une ancienne révision du document !
cake3
La dernière version de cakePhp, cakePhp3
install notes
un truc super-bizarre, rien ne marche si on a la directive MultiViews dans apache
il faut changer:
vi root@radeff-ThinkPad-X200-Tablet:/etc/apache2/sites-enabled# vi 000-default.conf
<Directory /var/www/>
#Options Indexes FollowSymLinks MultiViews
Options Indexes FollowSymLinks
login page focus username
pour mettre le focus sur le champ du nom d'utilisateur au login
jquery
<script type="text/javascript">
$(function() {
$("#username").focus();
});
</script>