Re: how to getting started ???

2008-02-15 Thread Miki


 My Hello world is ok now. But when I try to work with database, html
 out put always have a table with query string and some infomation 

 How to remove it. I want to have a layout same CodeIgniter or ZF.
 I know cakePHP have more helpful but I dont want see it in my
 website 


Hello, im very newbie too, but i think you can change debug value to 0
(zero, production) in the config/core.php

Miki
--~--~-~--~~~---~--~~
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?hl=en
-~--~~~~--~~--~--~---



Re: how to getting started ???

2008-02-15 Thread [EMAIL PROTECTED]

That is correct, however, be aware that setting the debug to 0 causes
the table schemas to be cached. Ideal in a production environment, but
if you are still making changes to your tables you won't see those
changes until the cache is refreshed.  If you set your debug level to
1, you won't see the queries being output on the bottom of the page,
nor will it cache your schema.

On Feb 15, 3:49 am, Miki [EMAIL PROTECTED] wrote:
  My Hello world is ok now. But when I try to work with database, html
  out put always have a table with query string and some infomation 

  How to remove it. I want to have a layout same CodeIgniter or ZF.
  I know cakePHP have more helpful but I dont want see it in my
  website 

 Hello, im very newbie too, but i think you can change debug value to 0
 (zero, production) in the config/core.php

 Miki
--~--~-~--~~~---~--~~
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?hl=en
-~--~~~~--~~--~--~---



how to getting started ???

2008-02-14 Thread seonet(tm)

Hello All,

I am a newbie. I just try to learn Zend Framework and CodeIgniter. Now
I want to learn CakePHP.
I have a problem. When I try code in Controller, Model and View. My
hello world project always have a default layout with some help
(query, bendmark ...) from framework core.
But I dont want to see this layout. I want to do it see like
CodeIgniter or ZF. Mean see only Hello World on webpage.

Plzz tell detail how to remove default layout.

Thanks so much.

[ sorry if my English is poor ]

--~--~-~--~~~---~--~~
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?hl=en
-~--~~~~--~~--~--~---



Re: how to getting started ???

2008-02-14 Thread Novice Programmer
if you define your own layout named default.thml in app/views/layouts then
cake's default layout wont come.

Thanks.


On 2/14/08, seonet(tm) [EMAIL PROTECTED] wrote:


 Hello All,

 I am a newbie. I just try to learn Zend Framework and CodeIgniter. Now
 I want to learn CakePHP.
 I have a problem. When I try code in Controller, Model and View. My
 hello world project always have a default layout with some help
 (query, bendmark ...) from framework core.
 But I dont want to see this layout. I want to do it see like
 CodeIgniter or ZF. Mean see only Hello World on webpage.

 Plzz tell detail how to remove default layout.

 Thanks so much.

 [ sorry if my English is poor ]

 



-- 
Thanks  Regards,
Novice (http://ishuonweb.wordpress.com/).

--~--~-~--~~~---~--~~
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?hl=en
-~--~~~~--~~--~--~---



Re: how to getting started ???

2008-02-14 Thread seonet(tm)

Thanks Novice Programmer,

My Hello world is ok now. But when I try to work with database, html
out put always have a table with query string and some infomation 

How to remove it. I want to have a layout same CodeIgniter or ZF.
I know cakePHP have more helpful but I dont want see it in my
website 

Thanks for support.


On Feb 15, 11:05 am, Novice Programmer [EMAIL PROTECTED]
wrote:
 if you define your own layout named default.thml in app/views/layouts then
 cake's default layout wont come.

 Thanks.

 On 2/14/08, seonet(tm) [EMAIL PROTECTED] wrote:





  Hello All,

  I am a newbie. I just try to learn Zend Framework and CodeIgniter. Now
  I want to learn CakePHP.
  I have a problem. When I try code in Controller, Model and View. My
  hello world project always have a default layout with some help
  (query, bendmark ...) from framework core.
  But I dont want to see this layout. I want to do it see like
  CodeIgniter or ZF. Mean see only Hello World on webpage.

  Plzz tell detail how to remove default layout.

  Thanks so much.

  [ sorry if my English is poor ]

 --
 Thanks  Regards,
 Novice (http://ishuonweb.wordpress.com/).

--~--~-~--~~~---~--~~
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?hl=en
-~--~~~~--~~--~--~---