Tuesday, December 30, 2008

Re: How to give label when we take input type is file and how to give titles to your pages in cakephp

Inside your head tags you must add a title tag. It looks like this:

<head>
     <title>
        <?php __('PAGE'S TITLE'); ?>
        <?php echo $title_for_layout; ?>
    </title>
</head>

2008/12/30 Bernardo Vieira <bvieira.lists@gmail.com>

Find answers to all your questions in one place, no emailing required:
http://book.cakephp.org

mona wrote:
> How to give titles to your pages in your layout where to give that
> title
> and i m taking input type file and i want to give name as attachment
> on my view how to give this in label
> >
>
>






--
Juan Carlos Michaca Lucero
PAASEL
Consultoría en Matemáticas Aplicadas
Insurgentes Sur 1700 Despacho 102
Col. Florida C.P, 01030
Deleg. Alvaro Obregón, México D.F.
Tel. + 52 (55) 5663 4175
http://www.paasel.com
juan.michaca@paasel.com

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to cake-php+unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

No comments: