Fwd: problem in cakephp style

2008-09-17 Thread wael altahawi
-- Forwarded message -- From: wael altahawi <[EMAIL PROTECTED]> Date: Wed, Sep 17, 2008 at 8:59 AM Subject: problem in cakephp style To: cake-php@googlegroups.com hi 1) i have installed AppServ 2.5.10: Apache 2.2.8 PHP 5.2.6 MySQL 5.0.51b phpMyAdmin-2.1

problem in cakephp style

2008-09-16 Thread wael altahawi
hi 1) i have installed AppServ 2.5.10: Apache 2.2.8 PHP 5.2.6 MySQL 5.0.51b phpMyAdmin-2.10.3 2) under httpd.conf file i enabled (LoadModule:rewrite_module libexec/mod_rewrite.so) 3) i checked .htaccess override it's ok: Options Indexes MultiViews AllowOverride All Order allow,den

Re: error in post

2008-09-09 Thread wael altahawi
> You have to include the FormHelper first, in your UsersController or > >> in the AppController : > >> var $helpers = array('Form', 'Html', 'Javascript'); > >> > >> But in the last version of Cake, it's included automaticall

Re: error in post

2008-09-08 Thread wael altahawi
the last version of Cake, it's included automatically. What > version are you working with ? > > wael altahawi a écrit : > > hi > > i m trying to execute code from example in one book but i get error > > if there is error in code please help me > > >

error in post

2008-09-08 Thread wael altahawi
hi i m trying to execute code from example in one book but i get error if there is error in code please help me (index.ctp) create(null, array('action' => 'index'));?> Enter Your Name input('name'); ?> end('Go');?> (users_controller.php) data)) { //data posted echo $this->data['name']; $this->

Examples for cake

2008-09-03 Thread wael altahawi
Hi All please i want one full example for working in Cakephp like small site can you help please Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-p

Re: making webservices?

2008-09-03 Thread wael altahawi
sorry the correct link is http://book.cakephp.org On Wed, Sep 3, 2008 at 12:15 PM, saumya <[EMAIL PROTECTED]> wrote: > > Hi, > I am pretty new here.I am going to work in Flex and PHP in my new > project. So thinking of using CakePHP and making webservices out of it > to be consumed by Flex. Ca

Re: making webservices?

2008-09-03 Thread wael altahawi
if you are new in cakephp it's better to start reading from book.cacephp.org On Wed, Sep 3, 2008 at 12:15 PM, saumya <[EMAIL PROTECTED]> wrote: > > Hi, > I am pretty new here.I am going to work in Flex and PHP in my new > project. So thinking of using CakePHP and making webservices out of it >