Cyou

From Laboratório MM 5

(Difference between revisions)
Jump to: navigation, search
Line 39: Line 39:
== Desenvolvimentos Futuros ==
== Desenvolvimentos Futuros ==
 +
Sobre base de dados
==Conclusões ==
==Conclusões ==
==Bibliografia ==
==Bibliografia ==
Line 44: Line 45:
* [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 ==
 +
 +
{| border="0" class="toccolours" style="padding: 3px; margin: 0 auto;"
 +
|-
 +
! ÍNDICE REMISSIVO
 +
|-
 +
| 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|Base de Dados]]
 +
| ''Control settings''
 +
| ''Delete''
 +
| ''Identifying''| ''Identifying''
 +
| ''Login''
 +
|-
 +
|
 +
|
 +
|
 +
| ''Insert''
 +
|-
 +
!
 +
==M==
 +
!
 +
==N==
 +
!
 +
==Q==
 +
!
 +
==R==
 +
|-
 +
| ''MySQL''
 +
| ''Non Identifying''
 +
| ''Queries''
 +
| ''Recordsets''
 +
|}
 +
 +
|}

Revision as of 00:06, 14 January 2011

Contents

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

Só 1 exemplo

Integração (e.g. Flash, AJAX Frameworks, etc)

Desenvolvimentos Futuros

Sobre base de dados

Conclusões

Bibliografia

Web


Índice Remissivo

ÍNDICE REMISSIVO

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z


B

C

D

I

L

* Base de Dados Control settings Delete Identifying Login
Insert

M

N

Q

R

MySQL Non Identifying Queries Recordsets
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox