Cyou
From Laboratório MM 5
(Difference between revisions)
| Line 44: | Line 44: | ||
* [http://www.youtube.com/watch?v=qWVdS9tMuVE&feature=related ''Por enquanto''] | * [http://www.youtube.com/watch?v=qWVdS9tMuVE&feature=related ''Por enquanto''] | ||
* [http://www.youtube.com/watch?v=w-FEpJJcMKQ&feature=related Por agora] | * [http://www.youtube.com/watch?v=w-FEpJJcMKQ&feature=related Por agora] | ||
| + | |||
| + | |||
==Índice Remissivo == | ==Índice Remissivo == | ||
| - | {{ | + | |
| + | __NOTOC__ | ||
| + | {| border="0" class="toccolours" style="padding: 3px; margin: 0 auto;" | ||
| + | |- | ||
| + | ! align="center" | {{MediaWiki:Toc}} | ||
| + | |- | ||
| + | | align="center" | | ||
| + | [[#A|A]] [[#B|B]] [[#C|C]] [[#D|D]] [[#E|E]] [[#F|F]] [[#G|G]] [[#H|H]] [[#I|I]] [[#J|J]] [[#K|K]] [[#L|L]] [[#M|M]] [[#N|N]] [[#O|O]] [[#P|P]] [[#Q|Q]] [[#R|R]] [[#S|S]] [[#T|T]] [[#U|U]] [[#V|V]] [[#W|W]] [[#X|X]] [[#Y|Y]] [[#Z|Z]] | ||
| + | |||
| + | |} | ||
| + | |||
| + | {| border="0" cellspacing="7" cellpadding="5" align="left" | ||
| + | ! | ||
| + | ==B== | ||
| + | ! | ||
| + | ==C== | ||
| + | ! | ||
| + | ==D== | ||
| + | ! | ||
| + | ==I== | ||
| + | ! | ||
| + | ==L== | ||
| + | |- | ||
| + | | Base de Dados | ||
| + | | ''Control settings'' | ||
| + | | ''Delete'' | ||
| + | | ''Identifying''| ''Identifying'' | ||
| + | | ''Login'' | ||
| + | |- | ||
| + | | | ||
| + | | | ||
| + | | | ||
| + | | ''Insert'' | ||
| + | |- | ||
| + | ! | ||
| + | ==M== | ||
| + | ! | ||
| + | ==N== | ||
| + | ! | ||
| + | ==Q== | ||
| + | ! | ||
| + | ==R== | ||
| + | |- | ||
| + | | ''MySQL'' | ||
| + | | ''Non Identifying'' | ||
| + | | ''Queries'' | ||
| + | | ''Recordsets'' | ||
| + | |} | ||
Revision as of 23:38, 13 January 2011
Introdução
Objectivo do documento
Visão geral do projecto
Base de dados desenvolvida
Implementação
<source lang="php">
<?php
class Person {
function __construct() {
print "O construtor é chamado automaticamante quando o objeto é instanciado!";
} /* Constutor */
function __destruct() {
print "Destruímos o objecto...";
} /* Isto de colocar aqui código atrofia 1 pouco */
}
?>
</source>
echo <?php if( $a == 1 || $a == 2 ) {
if( $b == 3 || $b == 4 ) {
if( $c == 5 || $ d == 6 ) {
//Do something here.
}
}}?> You could just simply do this:
<?php
if( ($a==1 || $a==2) && ($b==3 || $b==4) && ($c==5 || $c==6) ) {
//do that something here.
}
?>
Descrição das principais funcionalidades da aplicação Web
Mapa de páginas
Integração (e.g. Flash, AJAX Frameworks, etc)
Desenvolvimentos Futuros
Conclusões
Bibliografia
Web
Índice Remissivo
| Contents |
|---|
B |
C |
D |
I |
L |
|---|---|---|---|---|
| Base de Dados | Control settings | Delete | Identifying | Login |
| Insert | ||||
M |
N |
Q |
R | |
| MySQL | Non Identifying | Queries | Recordsets |
