how to change

2011-01-23 Thread Ahmed - CakePHP
Hello, I want to change the page of a website Here but I don't know from where exactly It is not my website. It my friend's website. Someone developed the website for him two years ago and now he asked me to change the title name. I tried to check the /View and /Elements but I don't know where

Display data from specific data in the Home Page

2010-12-26 Thread Ahmed - CakePHP
Hello Everybody, As you know, I am a beginner in CakePHP. I trying to do a blog, simple blog, just as a training in how to build a websites using CakePHP. I created few Controllers, such as (users, posts, comments and categories). Also I designed the Home Page, which is empty now. I want to kno

Re: Register Function--Hashing Password and Auto-login Causes Password Validation Disabled in Register Page

2010-12-20 Thread Ahmed - CakePHP
I am also have the same problem I get login page every time I write correct Username and Password What is the problem ?!?! We need help here On Dec 20, 10:00 am, John Maxim wrote: > My Register page: > > Please fill out the form below to register an account. > create('User', array('action'

Re: setFlash() doesn't wotk with me on WAMP

2010-12-19 Thread Ahmed - CakePHP
l to go ahead to solve the problem. > > Amit Badkas > > PHP Applications for E-Biz:http://www.sanisoft.com > > On Mon, Dec 20, 2010 at 12:18 PM, Ahmed - CakePHP > wrote: > > > > > Any help here ?!?!?! > > > On Dec 19, 10:07 am, Ahmed - CakePHP wro

Re: setFlash() doesn't wotk with me on WAMP

2010-12-19 Thread Ahmed - CakePHP
Any help here ?!?!?! On Dec 19, 10:07 am, Ahmed - CakePHP wrote: > You said: > "Make sure you have declared both the Session Component and the > Session Helper in your app_controller." > > How to do that ?!?! > What shill I do exactly Jeremy ? > > On Dec

Re: setFlash() doesn't wotk with me on WAMP

2010-12-18 Thread Ahmed - CakePHP
onent and the Session Helper > in your app_controller. setFlash only places the message into the session. To > show it, use echo $this->Session->flash() in a view, element or layout. > > Jeremy Burns > Class Outfit > > jeremybu...@classoutfit.comhttp://www.classoutfit

setFlash() doesn't wotk with me on WAMP

2010-12-18 Thread Ahmed - CakePHP
Hello, I am very very very new on CakePHP. I tried to do a blog using the CakePHP. I did it :). but I found a problem: when I want to use "$this->Session->setFlash("Write whatever");" it doesn't work. I don't see the sentences that I write inside setFlash. They doesn't occur when I run the code/