Ok.

In your view (at the top) do the following and then send us the output
when you view your html page.

<?php
print "<pre>";
print_r($_SESSION);
print "</pre>";
exit;
?>

This should give us the contents of your session while your view is rendering.

On 5/9/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> Here it is man:
>
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
> <html xmlns="http://www.w3.org/1999/xhtml";>
> <head>
> <title>CakePHP : A Rapid Development Framework :: Projects</title>
> <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"
> /><link rel="stylesheet" type="text/css"
> href="/process_strategy/css/cake.default.css" /><!--[if lt IE 7]>
> <link rel="stylesheet" type="text/css"
> href="/process_strategy/css/cake.ie.css" /><![endif]-->
> </head>
> <body>
> <div id="wrapper">
> <div id="header">
> <img src="/process_strategy/img/cake.logo.png" alt="CakePHP : Rapid
> Development Framework" border="0" /></div>
> <div id="content">
>             <h1>Registered Projects</h1>
> <table>
>
>     <tr>
>         <th>Id</th>
>         <th>Project</th>
>         <th>&nbsp;</th>
>     </tr>
>         <tr>
>         <td>1</td>
>
>         <td>
>             <a href="/process_strategy/projects/index/1" >Geran BR
> 8.0</a>        </td>
>                 <td><a href="/process_strategy/projects/destroy/1"  
> onclick="return
> confirm('Are you sure you want to delete?');">Delete</a>                </td>
>     </tr>
>         <tr>
>         <td>2</td>
>
>         <td>
>             <a href="/process_strategy/projects/index/2" >Geran BR
> 9.0</a>        </td>
>                 <td><a href="/process_strategy/projects/destroy/2"  
> onclick="return
> confirm('Are you sure you want to delete?');">Delete</a>                </td>
>     </tr>
>     </table>
>
> <a href="/process_strategy/customers/index"
> >Back</a>&nbsp;|&nbsp;Customer ID: favicon.ico
>
> </div>
> <div id="footer">
>           <p>CakePHP ::
>           <a
> href="http://www.cakefoundation.org/pages/copyright/";>&copy; 2006 Cake
> Software Foundation, Inc.</a>
>           </p>
>           <br />
>           <p>
> <!--PLEASE USE ONE OF THE POWERED BY CAKEPHP LOGO-->
>     <a href="http://www.cakephp.org/"; target="_blank">
>         <img src="/process_strategy/img/cake.power.png" alt="CakePHP :
> Rapid Development Framework" height="15" width="80" />        </a>
>
>         </p>
>   <p>
>     <a href="http://validator.w3.org/check?uri=referer";>
>         <img src="/process_strategy/img/w3c_xhtml10.png" alt="Valid
> XHTML 1.0 Transitional" height="15" width="80" />    </a>
>     <a href="http://jigsaw.w3.org/css-validator/check/referer";>
>         <img src="/process_strategy/img/w3c_css.png" alt="Valid CSS!"
> height="15" width="80" />    </a>
>   </p>
> </div>
>
> </div>
> </body>
> </html><!-- 0.2375s -->
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---

Reply via email to