Re: Multiple field values in select box?

2007-07-28 Thread cauld

Not exactly a cake solution, but in the past I've created a database
view an concatenated the two columns I want in the SQL (ex)
concat(last_name, ', ', first_name) and then passed the view results
to generateList().  Perhpas you could do the same with query() and
pass those results to generateList(), but I've not tried that method
so can't say it would work, just thinking out loud.  Hope that is
helpful.

On Jul 27, 11:17 pm, Beertigger <[EMAIL PROTECTED]> wrote:
> Is there any way to get values from multiple fields into a select box?
>
> After much searching, I've come to the conclusion I'm not going to
> find the answer without appealing to those far wiser than myself...
>
> Here's an old thread for reference, which discusses, w/o resolution,
> exactly what I'm looking for:
>
> "* Is it possible to use multiple fields to make up the value of the
> select box?  Such that it would come out looking something like
>
> field2value - field3value"
>
> http://groups.google.com/group/cake-php/browse_thread/thread/50a2ecaf...
>
> So, just wondering if anyone ever made any progress on this. Saw the
> code in trac, but it seems to be for 1.2 (?). Couldn't get it to work,
> anyway. I'd find this functionality very valuable
>
> Thanks to anyone for any help!


--~--~-~--~~~---~--~~
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: Mambo to use CakePHP for V5

2007-07-25 Thread cauld

The installer prototype I wrote for Mambo utilizes 1.1, but I will be
redoing it with 1.2 soon.  Mambo 5 will go with 1.2.

On Jul 25, 2:49 am, "Sascha Fröhlich" <[EMAIL PROTECTED]>
wrote:
> Heya,
>
> good news. I wonder whether you will use 1.1 or 1.2 (stable or feature
> rich :-))?
>
> Best regards,
> Sascha
>
> 2007/7/25, bugfaceuk <[EMAIL PROTECTED]>:
>
>
>
> > It's almost bizarre, I have just started fiddling with Cake in the
> > last week... and look after a Joomla site, and was thinking "the
> > reason I haven't developed shed loads of components is that it needs
> > to be integrated with Cake, hell even built on it"...
>
> > And now Mambo have made this move. I will watch with great interest,
> > and when you do release on Cake, I think you can expect a flood of
> > components/modules and god knows what else
>
> > A brave decision, well made.
>
> > On Jul 25, 1:24 am, cauld <[EMAIL PROTECTED]> wrote:
> > > Hello everyone,
>
> > > My name is Chad Auld.  I am the Project Leader for Mambo.  Seemed
> > > appropriate to stop by this thread and introduce myself.  We are
> > > excited about the decision and looking forward to forming a very close
> > > relationship with the CakePHP development team and community.  Anyway,
> > > we are here and paying attention to current CakePHP developments and
> > > the Google Group discussions for now.  More to come as it happens...
>
> > > Cheers!
>
> > > On Jul 23, 10:48 pm, "Dr. Tarique Sani" <[EMAIL PROTECTED]> wrote:
>
> > > > Exciting news  
> > > > -http://www.source.mambo-foundation.org/content/view/126/1/
>
> > > > Will there be a corresponding announcement from CSF?
>
> > > > What does it mean for future of CakePHP?
>
> > > > T
>
> > > > --
> > > > =
> > > > Cheesecake-Photoblog:http://cheesecake-photoblog.org
> > > > PHP for E-Biz:http://sanisoft.com
> > > > =


--~--~-~--~~~---~--~~
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: Mambo to use CakePHP for V5

2007-07-24 Thread cauld

Hello everyone,

My name is Chad Auld.  I am the Project Leader for Mambo.  Seemed
appropriate to stop by this thread and introduce myself.  We are
excited about the decision and looking forward to forming a very close
relationship with the CakePHP development team and community.  Anyway,
we are here and paying attention to current CakePHP developments and
the Google Group discussions for now.  More to come as it happens...

Cheers!

On Jul 23, 10:48 pm, "Dr. Tarique Sani" <[EMAIL PROTECTED]> wrote:
> Exciting news  -http://www.source.mambo-foundation.org/content/view/126/1/
>
> Will there be a corresponding announcement from CSF?
>
> What does it mean for future of CakePHP?
>
> T
>
> --
> =
> Cheesecake-Photoblog:http://cheesecake-photoblog.org
> PHP for E-Biz:http://sanisoft.com
> =


--~--~-~--~~~---~--~~
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: How do you usually create admin area on site with CakePHP?

2007-07-23 Thread cauld

Have a look at the advanced routing configuration in section 4 in the
manual (http://manual.cakephp.org/chapter/configuration).  This should
give you what you need.

On Jul 22, 10:49 pm, Pento <[EMAIL PROTECTED]> wrote:
> So, there are usual site and admin area for add some news, materials
> and so on.
> It's good idea to make this admin area on subdomain (for example,
> admin.somesite.org)?
> As I think it's only one way for it.


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