Jump to content
Fórum Script Brasil
  • 0

For Em Classes


Guest - SirSmart -

Question

Guest - SirSmart -

Galera eu tenho uma classe que dentro dela tenho um select assim:

.
.
.
.
$obj->var.= "<select name=idade>";
$obj->var.=     "<option value=01>1";
$obj->var.=     "<option value=01>2";
.
.
.
.
Só que eu preciso colocar a idade até 120 anos. Bom eu poderia fazer a seguinte forma:
.
.
.
.
$obj->var.= "<select name=idade>";
for($i=0;$i<=120;$i++){
$obj->var.=     "<option value=01>$i";
}
.
.
.
.

Se eu fizer isso eu não estaria usado o conceito de classes e objetos.........

Tem como eu fazer de outra forma só que usando o canceito de classes e objetos, ou chamando uma função, etc.....????

Obrigado

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Forum Statistics

    • Total Topics
      152.2k
    • Total Posts
      651.8k
×
×
  • Create New...