Re: Cakephp 3.x Validation Error issue

2015-04-23 Thread Cake Developer
]['text'] as $key=>$val) { if(empty($val['title'])) { *I have no idea how add validation error on particular index* } } } return true; } function checkForTextarea($value, $context) { if(!empty($context['data']['textarea'])) { foreach($context['data

Re: Cakephp 3.x Validation Error issue

2015-04-22 Thread Cake Developer
Hi Experts, any help? On Wednesday, April 22, 2015 at 4:00:20 AM UTC+5:30, Cake Developer wrote: > > Hi, > > I am facing issue on form input validations errors. my input fields are > following > > $this->Form->input('FormElements.text.1.title', ['type&#

Cakephp 3.x Validation Error issue

2015-04-21 Thread Cake Developer
on rules and display errors. Thanks in advance. -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups "CakePHP" group. To unsubscribe from this group and stop receiving emails from it, send an email to cake-php+unsubscr...@googlegroups.com. To post to this group, send email to cake-php@googlegroups.com. Visit this group at http://groups.google.com/group/cake-php. For more options, visit https://groups.google.com/d/optout.

Re: Cakephp 3.0 Get and Modify Query conditions in beforeFind function

2015-02-27 Thread Cake Developer
Hi, Ok I managed solution. Thanks On Thursday, January 29, 2015 at 8:26:57 PM UTC+5:30, Cake Developer wrote: > > Hi Mark Story, > > any help please? > > thanks > > On Friday, January 23, 2015 at 6:02:46 PM UTC+5:30, Cake Developer wrote: >> >> Hi Josh, >

How to get all classes of given type in cakephp 3.0

2015-02-27 Thread Cake Developer
'BlogController');` Thanks -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups "CakePHP" group. To unsubscribe from this group and stop recei

Re: Validate a multiple select in cakephp 3.0

2015-02-27 Thread Cake Developer
;form-control']); ?> user may select 1 or many courses. On Friday, February 27, 2015 at 7:12:20 PM UTC+5:30, José Lorenzo wrote: > > What field are you trying to validate? > > On Friday, February 27, 2015 at 2:02:00 PM UTC+1, Cake Developer wrote: >> >> I s

Re: cakephp 3.0 supporting web hosting list

2015-02-27 Thread Cake Developer
Hi Mark, Thanks I will check it out. Can you check and answer of my other issue regarding get and modify conditions? here is a link https://groups.google.com/forum/#!topic/cake-php/rOINCsXs2Vg Thanks On Friday, February 27, 2015 at 6:35:02 PM UTC+5:30, mark_story wrote: > > Linode also

Re: Validate a multiple select in cakephp 3.0

2015-02-27 Thread Cake Developer
>['multiple', ['min'=>1]], 'message'=>'Please select option' ] ]) On Friday, February 27, 2015 at 6:08:41 PM UTC+5:30, Cake Developer wrote: > > Hello Experts, > > We have multiple select validation in cakephp 2.x > public static function mul

Validate a multiple select in cakephp 3.0

2015-02-27 Thread Cake Developer
Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups "CakePHP" group. To unsubscribe from this group and stop receiving emails from it, send an email to cake-php+unsubscr...@googlegroups.com. To post to this group, send ema

Re: cakephp 3.0 supporting web hosting list

2015-02-27 Thread Cake Developer
Hi Jose, FYI today I got solution from hostgator they have enabled INTL extension. Thanks On Thursday, February 26, 2015 at 7:04:54 PM UTC+5:30, Cake Developer wrote: > > Hi Jose, > > This is what I told you, This is first time I did not get support form > hostgator in last 5

Re: cakephp 3.0 supporting web hosting list

2015-02-26 Thread Cake Developer
:08 PM UTC+1, Cake Developer wrote: >> >> Hi Jose, >> >> I am using Hostgator since last 5 years they have instant support for any >> issue with toll free number. I see digital ocean has no quick support >> https://www.digitalocean.com/company/contact. This i

Re: cakephp 3.0 supporting web hosting list

2015-02-26 Thread Cake Developer
requires a bit of server management knowledge, though. That is what you > are paying for in hostgator. > > On Thursday, February 26, 2015 at 12:16:54 PM UTC+1, Cake Developer wrote: >> >> Hello Jose, >> >> I am paying $180/yearly($15/month) to hostgator business pla

Re: cakephp 3.0 supporting web hosting list

2015-02-26 Thread Cake Developer
, José Lorenzo wrote: > > I'd like to ask you a couple things, for curiosity sake. How much are you > paying in hostgator? and in your opinion is 5$ a month is an expensive > deal? > > On Thursday, February 26, 2015 at 10:22:24 AM UTC+1, Cake Developer wrote: >> >>

Re: cakephp 3.0 supporting web hosting list

2015-02-26 Thread Cake Developer
> Ask your provider to install the intl extension, as it comes by a default > in php 5.4. The more people asking for it, the quicker they will install it > :) > > On Thursday, February 26, 2015 at 9:32:13 AM UTC+1, Cake Developer wrote: >> >> Hi Jose, >> >> I

Re: cakephp 3.0 supporting web hosting list

2015-02-26 Thread Cake Developer
n use cakephp 3.0 because they can only afford VPS cost. The only issue is INTL extension. what do you think how middle class people will use cakephp 3.0 ? Thanks On Wednesday, February 25, 2015 at 7:58:14 PM UTC+5:30, Cake Developer wrote: > > Hello experts, > > Please provide the web

cakephp 3.0 supporting web hosting list

2015-02-25 Thread Cake Developer
group. To unsubscribe from this group and stop receiving emails from it, send an email to cake-php+unsubscr...@googlegroups.com. To post to this group, send email to cake-php@googlegroups.com. Visit this group at http://groups.google.com/group/cake-php. For more options, visit https://groups.google.com/d/optout.

Re: Cakephp 3.0 Get and Modify Query conditions in beforeFind function

2015-01-29 Thread Cake Developer
Hi Mark Story, any help please? thanks On Friday, January 23, 2015 at 6:02:46 PM UTC+5:30, Cake Developer wrote: > > Hi Josh, > > I tried both PlumSearch and Search Plugin in my application and they are > not working as expected. > > They are adding search arguments in e

Re: Cakephp 3.0 Get and Modify Query conditions in beforeFind function

2015-01-23 Thread Cake Developer
to the Google Groups "CakePHP" group. To unsubscribe from this group and stop receiving emails from it, send an email to cake-php+unsubscr...@googlegroups.com. To post to this group, send email to cake-php@googlegroups.com. Visit this group at http://groups.google.com/group/cake-php

Re: Cakephp 3.0 Get and Modify Query conditions in beforeFind function

2015-01-23 Thread Cake Developer
p and stop receiving emails from it, send an email to cake-php+unsubscr...@googlegroups.com. To post to this group, send email to cake-php@googlegroups.com. Visit this group at http://groups.google.com/group/cake-php. For more options, visit https://groups.google.com/d/optout.

Re: Cakephp 3.0 Get and Modify Query conditions in beforeFind function

2015-01-20 Thread Cake Developer
be done differently in a simpler way. > > On Monday, January 19, 2015 at 5:45:55 PM UTC+1, Cake Developer wrote: >> >> Hi Jose, >> >> I gone through both of the plugin links you provided, It seems they are >> complicated and do not meet my requirements. &g

Re: Cakephp 3.0 Get and Modify Query conditions in beforeFind function

2015-01-19 Thread Cake Developer
t; I guess the best way I can help you find the best strategy is if you > mention what exactly you are trying to do :D > On Thursday, January 15, 2015 at 3:26:09 PM UTC+1, Cake Developer wrote: >> >> Hello, >> >> I am trying to get and modify query conditions in beforeFi

Re: Cakephp 3.0 Get and Modify Query conditions in beforeFind function

2015-01-16 Thread Cake Developer
['status' > => 'active']); > > Then in your table you would create your finders this way: > > public function finWithStatus($query, $options) { > if (!empty($options['user'])) { > // The user is available from the previous finder,

Cakephp 3.0 Get and Modify Query conditions in beforeFind function

2015-01-15 Thread Cake Developer
m it, send an email to cake-php+unsubscr...@googlegroups.com. To post to this group, send email to cake-php@googlegroups.com. Visit this group at http://groups.google.com/group/cake-php. For more options, visit https://groups.google.com/d/optout.

Image is not displaying

2014-04-17 Thread baker of cake
he Google Groups "CakePHP" group. To unsubscribe from this group and stop receiving emails from it, send an email to cake-php+unsubscr...@googlegroups.com. To post to this group, send email to cake-php@googlegroups.com. Visit this group at http://groups.google.com/group/cake-php. For

Re: 3.0: a peek into CakePHP's future

2012-08-08 Thread Kunal's Cake
Hi i am using cake php in windows in xampp server , when i am trying to do manually bake application it is working fine , but when i use console mode after setting environment vasriables and try to bake in console mode i get this errors Plz help me rectify this error *Warning*: include(Cake

Re: OpenID server/provider component

2012-01-02 Thread Rex@Cake
group, send email to cake-php+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php

OpenID server/provider component

2011-12-29 Thread Rex@Cake
CakePHP related questions. To unsubscribe from this group, send email to cake-php+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php

redirect problem

2011-07-24 Thread cake-learner
bscribe from this group, send email to cake-php+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php

possible to add a new database connection?

2011-07-21 Thread cake-learner
from this group, send email to cake-php+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php

Re: model find function

2011-07-07 Thread cake-learner
, send email to cake-php+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php

model find function

2011-07-07 Thread cake-learner
community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to cake-php+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php

how can i set up this in cakephp?

2011-06-21 Thread cake-learner
g and help others with their CakePHP related questions. To unsubscribe from this group, send email to cake-php+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php

find list

2011-06-10 Thread cake-learner
st site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to cake-php+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php

cakephp gives me a lot of empty page

2011-06-07 Thread cake-learner
To unsubscribe from this group, send email to cake-php+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php

add extra function to model but cakephp thinks it's query???

2011-06-05 Thread cake-learner
n for the right syntax to use near 'get_child_dep' at line 1 [CORE/cake/libs/ model/datasources/dbo_source.php, line 535] -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help other

Response in object array?

2011-05-09 Thread cake-learner
Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to cake-php+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php

Re: Validate from within a model

2011-04-27 Thread cake-learner
related questions. To unsubscribe from this group, send email to cake-php+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php

naming Model

2011-04-08 Thread cake-learner
r'=>templates', 'action' => 'index', 'client'=>$domains[0]) ); -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with thei

save object in Session Component

2011-04-05 Thread cake-learner
kephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to cake-php+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php

execute query twice in a short time is a problem?

2011-03-31 Thread cake-learner
alue; } $sql .= "INSERT INTO notifications (" . implode( ",", $arrKey ) . ") values (" . implode( "," , $arrValues ) . " )"; $this -> controller -> Notification -> Query( $sql ); } -- Our newest site for the community: CakePHP Video Tu

syncing two databases

2011-03-29 Thread cake-learner
their CakePHP related questions. To unsubscribe from this group, send email to cake-php+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php

my app developer with cakephp is slow

2011-03-21 Thread cake-learner
Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to cake-php+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com

select multiple options

2011-03-15 Thread cake-learner
akephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to cake-php+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php

session not saved in app controller

2011-03-13 Thread cake-learner
ou guys know how I am doing wrong? -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to cake-php+unsub

is htaccess problem or cakephp's problem?

2011-03-10 Thread cake-learner
://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to cake-php+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php

cakephp 2.0 will be like this to save the data?

2011-03-10 Thread cake-learner
deo Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to cake-php+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php

Re: cakephp model problem

2011-03-07 Thread cake-learner
Masters" wrote: > Whats wrong with a cake find()? > > If data is coming from a form it would be in $this->data > > Have you read or looked at the cookbook? > > $account = $this->Account->find('first', array('conditions' => > a

Re: cakephp model problem

2011-03-07 Thread cake-learner
It works when executing that sql. On Mar 7, 3:23 am, Jeremy Burns | Class Outfit wrote: > You're not using Cake here. You are referring to $_POST and then running > plain SQL queries. > > What happens when you run the SQL in a db client? > > Jeremy Burns >

cakephp model problem

2011-03-07 Thread cake-learner
-- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to cake-php+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php

Creating Shell for cron job

2011-02-22 Thread cake-learner
rials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to cake-php+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group

Re: 1.2.8 cake console

2011-02-22 Thread cake-learner
email to cake-php+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php

Re: 1.2.8 cake console

2011-02-22 Thread cake-learner
but I can call baker by 'cake bake' On Feb 22, 11:46 am, cake-learner wrote: > i can't get it workig the console. Everytime i typed in "cake -app / > home/myaccount/public_html/dev/app" it just gives me to error saying > like the following > > my app fo

Re: 1.2.8 cake console

2011-02-22 Thread cake-learner
but baker works by going "cake bake" On Feb 22, 11:46 am, cake-learner wrote: > i can't get it workig the console. Everytime i typed in "cake -app / > home/myaccount/public_html/dev/app" it just gives me to error saying > like the following > > my app fo

1.2.8 cake console

2011-02-22 Thread cake-learner
i can't get it workig the console. Everytime i typed in "cake -app / home/myaccount/public_html/dev/app" it just gives me to error saying like the following my app folder is "/home/myaccount/public_html/dev/app". However I am not sure about "working" directory s

Re: move to new server

2011-02-15 Thread cake-learner
Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to cake-php+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php

Re: move to new server

2011-02-15 Thread cake-learner
p others with their CakePHP related questions. To unsubscribe from this group, send email to cake-php+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php

Re: move to new server

2011-02-15 Thread cake-learner
After setting debug to 2, Fatal error: Class 'Router' not found in /home/gowerk/public_html/dev/ cake/dispatcher.php on line 281 -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and h

Re: move to new server

2011-02-15 Thread cake-learner
I debug and removed all errors, but now it doesn't show any thing but a blank page. http://cakephp.org) * Copyright 2005-2010, Cake Software Foundation, Inc. (http:// cakefoundation.org) * * Licensed under The MIT License * Redistributions of files must retain the above copyright n

Re: move to new server

2011-02-15 Thread cake-learner
ATH', ROOT); } -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to cake-php+unsubscr...@googl

Re: move to new server

2011-02-15 Thread cake-learner
questions. To unsubscribe from this group, send email to cake-php+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php

Re: move to new server

2011-02-15 Thread cake-learner
I gotta this because CORE_PATH is not define, either. Warning: include(cake/bootstrap.php) [function.include]: failed to open stream: No such file or directory in /home/gowerk/public_html/dev/ app/webroot/index.php on line 57 Warning: include(cake/bootstrap.php) [function.include]: failed to

Re: move to new server

2011-02-15 Thread cake-learner
unsubscribe from this group, send email to cake-php+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php

Re: move to new server

2011-02-15 Thread cake-learner
://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to cake-php+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php

Re: move to new server

2011-02-15 Thread cake-learner
CORE_PATH', null); } else { define('APP_PATH', ROOT . DS . APP_DIR . DS); define('CORE_PATH', CAKE_CORE_INCLUDE_PATH . DS); } } if (!include(CORE_PATH . 'cake' . DS

move to new server

2011-02-15 Thread cake-learner
questions. To unsubscribe from this group, send email to cake-php+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php

find all not working.

2011-02-14 Thread cake-learner
1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'FROM `roles` AS `Role` WHERE 1 = 1' at line 1 [CORE/cake/libs/model/datasources/dbo_source.php, line 535] Code | Context $sql= "SE

should be able to access model easier

2011-02-10 Thread cake-learner
Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to cake-php+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php

jqgrid?

2011-02-10 Thread cake-learner
email to cake-php+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php

Is there any way to display error when working on ajax request?

2011-02-09 Thread cake-learner
( maybe there is firebug plugin? ) -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to cake-php

Where should I put class accessing from all the places

2011-02-09 Thread cake-learner
questions. To unsubscribe from this group, send email to cake-php+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php

why sometimes i have to specify the field name otherwise i won't get the resule?

2011-02-04 Thread cake-learner
loyee.accounts_id' => $uid ) ) ); if it's for "first" i need to specify the fields? -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with the

where would you put the container?

2011-02-01 Thread cake-learner
up a single class and include it in that top of page -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from th

Re: save multiple related records

2011-01-28 Thread cake bake
; > Amit Badkas > > PHP Applications for E-Biz:http://www.sanisoft.com > > > > On Fri, Jan 28, 2011 at 4:07 AM, cake bake wrote: > > is there any way to save multiple related records here is my code > > > function asign() { > >        $this->loadModel

save multiple related records

2011-01-27 Thread cake bake
se] => Array ( [user_id] => Array ( [0] => 1 ) [exercise_id] => Array ( [0] => 1 [1] => 2 [2] => 3

Is there any way to incldue all models automatically

2011-01-27 Thread cake-learner
Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to cake-php+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php

Always having trouble adding new tables

2011-01-24 Thread cake-learner
ials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to cake-php+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php

static function in model

2011-01-24 Thread cake-learner
ith their CakePHP related questions. To unsubscribe from this group, send email to cake-php+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php

it's not suitable for deep hyraphical structured system

2011-01-14 Thread cake-learner
roup, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to cake-php+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en

access application wide variable from elements

2011-01-09 Thread cake-learner
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 cake-php+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en

session problem or misunderstanding.

2010-12-19 Thread cake-learner
ePHP related questions. 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 cake-php+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en

how to assign form name when it is complicated

2010-12-18 Thread cake-learner
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 cake-php+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/c

possible to create a nested post with forms?

2010-12-15 Thread cake-learner
g and help others with their CakePHP related questions. 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 cake-php+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en

how can i create a default selection

2010-12-15 Thread cake-learner
"CakePHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to cake-php+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en

ZendStudio php is not color coded

2010-12-13 Thread cake-learner
ons. 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 cake-php+unsubscr...@googlegroups.com For more options, visit this group at http:

multiple posts

2010-12-13 Thread cake-learner
categories belong to a new category? Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email t

Do you use baker?

2010-12-12 Thread cake-learner
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 cake-php+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en

ModelBaker

2010-12-10 Thread cake-learner
"CakePHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to cake-php+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en

SSL implementatoin 1.2 or 1.3

2010-12-09 Thread cake-learner
PHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to cake-php+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en

Re: Time Helper

2010-12-09 Thread cake-learner
$time->niceShort(parameters); Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send emai

why i have to put another modal class name in $uses?

2010-12-09 Thread cake-learner
Questions site http://cakeqs.org and help others with their CakePHP related questions. 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 t

Re: how can i get the return value in classes

2010-12-06 Thread cake-learner
> You don't. However, as I understand, Cake 2.x will have that option. I see. Thanks for clearing out If that's the case i want to set up a class saying UserObj so that easier for me to pass around between Model, View, Contoller and I can use the autocomplete function of IDE so i

how can i get the return value in classes

2010-12-06 Thread cake-learner
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 cake-php+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en

a simple problem-pls help

2010-08-26 Thread cake fan
ation doesnt work. it allows access to all the actions. but if i copy the Tests controller's code to a controller named 'Users' it works. can u help me pls? Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You re

Re: Blog Tutorial: Link doesn't work

2010-04-20 Thread Cake-it
Could you tell me what I need to adjust in order to achieve a directory structure like yours? Are there any changings in the config file necessary? On 19 Apr., 18:34, John Andersen wrote: > I can't tell you, as I have cake and my app at the root level and uses > apache virtual server

Re: Blog Tutorial: Link doesn't work

2010-04-19 Thread Cake-it
I have my cake folder at the same hierarchy as the app folder. But the entire project is located in a subfolder, which has the same name: cake because I have also other projects running on this server. My hierarchy looks like this: ...htdocs/cake ...htdocs/cake/app ...htdocs/cake/cake Does cake

Blog Tutorial: Link doesn't work

2010-04-18 Thread Cake-it
Hi, In the blog tutorial at section 10.1.8, I followed all advices, but my link to "http://localhost:8000/cake/posts/index"; doesn't work. I tried also "http://localhost:8000/cake/posts";. My blog application controllers is in the cake folder of my root: "C: \Progra

Error Massage in the tutorial

2010-04-16 Thread Cake-it
In the Tutorial of the Cookbook (the blog tutorial) I get following error message after the step 10.1.3 Cake Database Configuration: ## Warning (2): strtotime() [http://php.net/function.strtotime]: It is not safe to rely on the system's timezone settings. You are *required* to us

How to get two input fields in same line?

2009-12-02 Thread cake
related questions. 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 cake-php+unsubscr...@googlegroups.com For more options, visit this grou

My ' OR ' Condition is an ' AND ' condition ??

2009-11-12 Thread Cake 101
`CuisinesRestaurant`.`restaurant_id` = `Restaurant`.`id`) inner JOIN cuisines AS `Cuisine` ON (`CuisinesRestaurant`.`cuisine_id` = `Cuisine`.`id` AND `Cuisine`.`name` LIKE '%Thai%' AND `Cuisine`.`name` LIKE '%American%') WHERE 1 = 1 ++ Why?? -- You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-...@googlegroups.com. To unsubscribe from this group, send email to cake-php+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/cake-php?hl=.

how to change month and year field simultaneously when date is changed?

2009-11-10 Thread cake
month and year field simultaneously when date is changed to date('d')+25 please help. Thanking you. -- You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-...@googlegroups.com. To unsubscribe from this group, send email to cake-php+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/cake-php?hl=.

  1   2   >