Re: Hi I need help

2008-04-26 Thread KND

  Thanks for ur reply..
 Now its working

On Apr 16, 10:30 pm, TechSteve <[EMAIL PROTECTED]> wrote:
> if you just have a single cakephp application and you want the urls
> likehttp://127.0.0.1/users/login, you should set the document root of
> your web server as .../app/webroot.
> if your application is still in dev stage and you don't care the
> leading part of the urls, you have make sure you give the complete
> path. it may be confused. let me explain, suppose you extract all
> files under the folder html, for example html/cake_1.2, which has the
> folders app, cake, vendors, and etc. your urls should be 
> likehttp://127.0.0.1/cake_1.2/users/login.
> if you want more info. about installation of cakephp, please read my
> articlehttp://techsteve.blogspot.com/2008/03/practices-of-advanced-setup-for...
> hope this can help you.
>
> Steve
>
> On Apr 16, 1:48 am,KND<[EMAIL PROTECTED]> wrote:
>
>
>
> > Hi all,
> >  CakePHP is a new tool for me, I never worked on any framework
> > before..! To learn about CakePHP I already 
> > readhttp://manual.cakephp.orgpagesand copy the code sample from that
> > manual. I installed cake in /var/www/html directory. In my Apache
> > server webroot is /var/www/html. Now my question is how can run my
> > application(What will be the URL to access my application? In one
> > point I am sure that the database configuration is OK, because when I
> > through the URLhttp://127.0.0.1/caketothe server, the server
> > returns a CakePHP introductory page with a status
>
> > "Your database configuration file is present.
> > Cake is able to connect to the database."
>
> > ---
> > Controller page name: users_controller.php having class name
> > UsersControllers with member function login().
>
> > view page name: login.thtml
>
> > model page name: user.php
> > ---
>
> > Please help me...- Hide quoted text -
>
> - Show quoted text -

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Session need HELP

2008-04-25 Thread KND

If i can set the session in controller..
In that session is destroy i am click another controller..

I need to maintain the session for all the controller..


Please help me how to maintain the session values..





--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Session

2008-04-25 Thread KND

If i can set the session in controller..
In that session is destroy i am click another controller..

I need to maintain the session for all the controller..

Please help me how to maintain the session values..

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Session

2008-04-24 Thread KND

Now i am set the session
 $this->Session->write('Signup', $signup);

Can u help how to retrive this session value please

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Hi I need help

2008-04-16 Thread KND


Hi
  If i try to http://127.0.0.1/users/login
the following error msg will be displayed


Not Found

The requested URL /cake/users was not found on this server.
Apache/2.0.59 (Win32) PHP/5.1.6 Server at localhost Port 80



On Apr 16, 3:44 pm, "dr. Hannibal Lecter" <[EMAIL PROTECTED]> wrote:
> Well, if I understood this correctly, Cake is deployed in your root
> folder, so if you go tohttp://127.0.0.1/users/loginthat should be
> about right..?
>
> Your controller name is wrong, "UsersControllers" should be
> "UsersController", I'm assuming that's a typo.
>
> On Apr 16, 10:48 am, KND <[EMAIL PROTECTED]> wrote:
>
> > Hi all,
> >  CakePHP is a new tool for me, I never worked on any framework
> > before..! To learn about CakePHP I already 
> > readhttp://manual.cakephp.orgpagesand copy the code sample from that
> > manual. I installed cake in /var/www/html directory. In my Apache
> > server webroot is /var/www/html. Now my question is how can run my
> > application(What will be the URL to access my application? In one
> > point I am sure that the database configuration is OK, because when I
> > through the URLhttp://127.0.0.1/caketothe server, the server
> > returns a CakePHP introductory page with a status
>
> > "Your database configuration file is present.
> > Cake is able to connect to the database."
>
> > ---
> > Controller page name: users_controller.php having class name
> > UsersControllers with member function login().
>
> > view page name: login.thtml
>
> > model page name: user.php
> > ---
>
> >
Please help me...

--~--~-~--~~~---~--~~
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: Hi I need help

2008-04-16 Thread KND

Hi,
Thanks for ur reply...
 But i try to do that also not working ...



On Apr 16, 3:44 pm, "dr. Hannibal Lecter" <[EMAIL PROTECTED]> wrote:
> Well, if I understood this correctly, Cake is deployed in your root
> folder, so if you go tohttp://127.0.0.1/users/loginthat should be
> about right..?
>
> Your controller name is wrong, "UsersControllers" should be
> "UsersController", I'm assuming that's a typo.
>
> On Apr 16, 10:48 am, KND <[EMAIL PROTECTED]> wrote:
>
> > Hi all,
> >  CakePHP is a new tool for me, I never worked on any framework
> > before..! To learn about CakePHP I already 
> > readhttp://manual.cakephp.orgpagesand copy the code sample from that
> > manual. I installed cake in /var/www/html directory. In my Apache
> > server webroot is /var/www/html. Now my question is how can run my
> > application(What will be the URL to access my application? In one
> > point I am sure that the database configuration is OK, because when I
> > through the URLhttp://127.0.0.1/caketothe server, the server
> > returns a CakePHP introductory page with a status
>
> > "Your database configuration file is present.
> > Cake is able to connect to the database."
>
> > ---
> > Controller page name: users_controller.php having class name
> > UsersControllers with member function login().
>
> > view page name: login.thtml
>
> > model page name: user.php
> > ---
>
> > Please help me...

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Hi I need help

2008-04-16 Thread KND

Hi all,
 CakePHP is a new tool for me, I never worked on any framework
before..! To learn about CakePHP I already read
http://manual.cakephp.org pages and copy the code sample from that
manual. I installed cake in /var/www/html directory. In my Apache
server webroot is /var/www/html. Now my question is how can run my
application(What will be the URL to access my application? In one
point I am sure that the database configuration is OK, because when I
through the URL http://127.0.0.1/cake to the server, the server
returns a CakePHP introductory page with a status

"Your database configuration file is present.
Cake is able to connect to the database."

---
Controller page name: users_controller.php having class name
UsersControllers with member function login().

view page name: login.thtml

model page name: user.php
---

Please help me...

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---