source: trunk/presentation-langages/beamer/php.tex @ 407

Last change on this file since 407 was 348, checked in by revillet, 13 years ago
  • mise en place de pauses sur les slides ayant 2 blocks
File size: 1.1 KB
Line 
1%\subsubsection{php}
2\begin{frame}\frametitle{Langages interprétés - Php}
3\begin{exampleblock}{Généralités}
4\begin{itemize}
5\item support objet
6\item libre et gratuit
7\item langage orienté web
8\item gestion automatique de la mémoire
9\end{itemize}
10\end{exampleblock}
11\end{frame}
12
13%%\begin{frame}\frametitle{PHP - Aspects scientifiques}
14%%\begin{itemize}
15%%\item langage matriciel ?
16%%\item librairies mathématiques ?
17%%\item librairies graphiques (tracé de courbe...) ?
18%%\item cartographie fournie pour les tracés ?
19%%\end{itemize}
20%%\end{frame}
21
22\begin{frame}\frametitle{Langages interprétés - Php}
23\begin{block}<1->{Aspects informatiques}
24\begin{itemize}
25\item code théoriquement portable
26\item requêtage SQL
27\item extensions fournies en standard
28\end{itemize}
29\end{block}
30
31\begin{block}<2->{Support au développement}
32\begin{itemize}
33\item nombreuse documentation en ligne et forum d'aide
34\item documentation automatique avec doxygen
35\item tests unitaires : PHPUnit, SimpleTest
36\item nombreux problÚmes de sécurité, le langage n'incite pas à des utilisations
37sécurisées
38\end{itemize}
39\end{block}
40\end{frame}
Note: See TracBrowser for help on using the repository browser.