Your Open Source

 
Related Posts

How to use check box , Option Button , Imagefiled like form fields in CakePHP?

CAKE FORM FIELDS :

INPUT FIELD in cake php


<?php echo $html->input('controllername/tablefieldname', array('size' => '25')); ?>




HIDDEN FIELDS IN cake php

>


<?php echo $html->hidden('Professional/userid', array('size' => '25','value'=>"$loginusrid")); ?>



TEXT AREA



<?php echo $html->textarea('Professional/industry', array('cols'=>'50', 'rows'=>'3')); ?>



SELECT TAG IN CAKE PHP


<?php
echo $html->selectTag('controllername/tablefieldname',array('0'=>'-','2008'=>'2008','2007'=>'2007','2006'=>'2006','2005'=>'2005','2004'=>'2004','2003'=>'2003','2002'=>'2002','2001'=>'2001','2000'=>'2000','1999'=>'1999','1998'=>'1998','1997'=>'1997','1996'=>'1996','1995'=>'1995','1994'=>'1994','1993'=>'1993','1992'=>'1992','1991'=>'1991','1990'=>'1990','1989'=>'1989','1988'=>'1988','1987'=>'1987','1986'=>'1986','1985'=>'1985','1984'=>'1984','1983'=>'1983','1982'=>'1982','1981'=>'1981','1980'=>'1980','1979'=>'1979','1978'=>'1978','1977'=>'1977','1976'=>'1976','1975'=>'1975','1974'=>'1974','1973'=>'1973','1972'=>'1972','1971'=>'1971','1970'=>'1970','1969'=>'1969','1968'=>'1968','1967'=>'1967','1966'=>'1966','1965'=>'1965','1964'=>'1964','1963'=>'1963','1962'=>'1962','1961'=>'1961','1960'=>'1960','1959'=>'1959','1958'=>'1958','1957'=>'1957','1956'=>'1956','1955'=>'1955','1954'=>'1954','1953'=>'1953','1952'=>'1952','1951'=>'1951','1950'=>'1950','1949'=>'1949','1948'=>'1948','1947'=>'1947','1946'=>'1946'),"$curentyear",array('width'=>'50px'),null,'','') ?>



GIVE LINK :



<?php echo $html->link('Click Me', array('action'=>'index')); ?>

  • hits 451
  • datetime Nov 21 08 07:46:04
  • author Damu
  • rating

Rating : 12345
Tags :- PHP

Answers

Bill
Feb 09 09 06:26:41
Very good site! I like it! Thanks!

Your Name:
Your Answers :
<> is a code tag
Preview
Enter the verification code: