|
|
Mozy Online Backup: 2GB Free. Automatic. Secure.
Subject: Re: Cake Hosting - Who is the best? - msg#01512
List: CakePHP
> So I am once again looking for good hosting that is inexpensive and
> doesn't have all the limitations and frustrations that come with
> shared hosting.
>
> Who do you guys use?
I like Slicehost
https://manage.slicehost.com/customers/new?referrer=72080a7f7a6ddeeda018ddbb61e630a3
and Bytemark (uk)
j
--
jon bennett - www.jben.net - blog.jben.net
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send email to cake-php@xxxxxxxxxxxxxxxx
To unsubscribe from this group, send email to
cake-php+unsubscribe@xxxxxxxxxxxxxxxx
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---
Was this page helpful?
Thread at a glance:
Previous Message by Date:
click to view message preview
Re: Cake Hosting - Who is the best?
I use MediaTemple. www.mediatemple.net. Have for years and the
customer support is amazing.
On Oct 29, 10:44 pm, TimG <t...@xxxxxxxxxx> wrote:
> I know this isn't a cake question but I respect the cake community
> more than anybody so I wanted to ask you guys.
>
> I was using a VPS at hostmysite for $36 a month. It was nice because
> it was cheap, linux based, speedy and allowed me to do what I needed
> to do like up the php memory limits for resizing images and such.
> SHared hosting usually is too darn restrictive... especially is you
> want to install a plugin or something. Unfortunately they got rid of
> that server option and replaced it with one that is five times the
> price.
>
> So I am once again looking for good hosting that is inexpensive and
> doesn't have all the limitations and frustrations that come with
> shared hosting.
>
> Who do you guys use?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send email to cake-php@xxxxxxxxxxxxxxxx
To unsubscribe from this group, send email to
cake-php+unsubscribe@xxxxxxxxxxxxxxxx
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---
Next Message by Date:
click to view message preview
Containable behaviour doesn't return all data
Hi
I use containable behaviour, but I don't get all data that I have
requested
My code is :
$options['fields'] = array('User.*');
$options['conditions'] = array('User.username' => $user_id);
$options['contain'] = array(
'Organization' => array(
'fields'=>array('Team.*'),
'User' => array(
'fields' => array('User.*')
)
)
);
pr($this->User->find('first',$options));
But I get only :
Array
(
[User] => Array
(
[id] => 1
.......
.......
)
[Team] => Array
(
[0] => Array
(
[id] => 4
.......
.......
[UsersTeams] => Array
(
[id] => 1
[user_id] => 1
[team_id] => 4
)
)
)
)
I don't get all users that are inside team
Between User and Team there is a hasAndBelongsToMany relation.
How can I do to get also all users that are in team?
Many Thanks
Marco
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send email to cake-php@xxxxxxxxxxxxxxxx
To unsubscribe from this group, send email to
cake-php+unsubscribe@xxxxxxxxxxxxxxxx
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---
Previous Message by Thread:
click to view message preview
Re: Cake Hosting - Who is the best?
I use MediaTemple. www.mediatemple.net. Have for years and the
customer support is amazing.
On Oct 29, 10:44 pm, TimG <t...@xxxxxxxxxx> wrote:
> I know this isn't a cake question but I respect the cake community
> more than anybody so I wanted to ask you guys.
>
> I was using a VPS at hostmysite for $36 a month. It was nice because
> it was cheap, linux based, speedy and allowed me to do what I needed
> to do like up the php memory limits for resizing images and such.
> SHared hosting usually is too darn restrictive... especially is you
> want to install a plugin or something. Unfortunately they got rid of
> that server option and replaced it with one that is five times the
> price.
>
> So I am once again looking for good hosting that is inexpensive and
> doesn't have all the limitations and frustrations that come with
> shared hosting.
>
> Who do you guys use?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send email to cake-php@xxxxxxxxxxxxxxxx
To unsubscribe from this group, send email to
cake-php+unsubscribe@xxxxxxxxxxxxxxxx
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---
Next Message by Thread:
click to view message preview
Re: Cake Hosting - Who is the best?
Linode FTW. I used to be on SliceHost. Linode is cheaper, for more
resources, and more discrete upgrades (i.e., on SliceHost if you are
on the $20 plan, you can double to the $40 and get 512 megs ram;
Linode starts you at 360 megs ram for $20, and you can go to $30 for
540 megs or $40 for 720 megs; plus Linode allows you to install 32 bit
OS, which will suck a lot less memory than the 64 bit that SliceHost
requires you to do).
On Oct 30, 10:15 am, Jon Bennett <jmbenn...@xxxxxxxxx> wrote:
> > So I am once again looking for good hosting that is inexpensive and
> > doesn't have all the limitations and frustrations that come with
> > shared hosting.
>
> > Who do you guys use?
>
> I like
> Slicehosthttps://manage.slicehost.com/customers/new?referrer=72080a7f7a6ddeeda...
> and Bytemark (uk)
>
> j
>
> --
> jon bennett -www.jben.net- blog.jben.net
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send email to cake-php@xxxxxxxxxxxxxxxx
To unsubscribe from this group, send email to
cake-php+unsubscribe@xxxxxxxxxxxxxxxx
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---
|
|