Re: Appropriate requestAction() alternative required

2009-05-17 Thread Samuel DeVore

You could also look at
http://www.ad7six.com/MiBlog/MiniControllers

and
http://bakery.cakephp.org/articles/view/creating-reusable-elements-with-requestaction
and
http://book.cakephp.org/view/97/Elements

Sorry for my brevity yesterday, but I was a little crazed with running
a swim meet...

Sam D

On Sat, May 16, 2009 at 8:10 AM, Braindead  wrote:
>
> Have a look at the Cake based Neutrino CMS:
> http://dsi.vozibrale.com/articles/view/neutrinocms-0-1-beta-has-been-released
> It uses a component to get these kind of data. I use this approach all
> the time and it works like a charme.
>
> Markus
> >
>

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



Re: Appropriate requestAction() alternative required

2009-05-16 Thread Braindead

Have a look at the Cake based Neutrino CMS:
http://dsi.vozibrale.com/articles/view/neutrinocms-0-1-beta-has-been-released
It uses a component to get these kind of data. I use this approach all
the time and it works like a charme.

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



Re: Appropriate requestAction() alternative required

2009-05-15 Thread Samuel DeVore

look at elements


On Fri, May 15, 2009 at 2:50 PM, seanislegend
 wrote:
>
> *bump*
> >
>

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



Re: Appropriate requestAction() alternative required

2009-05-15 Thread seanislegend

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



Appropriate requestAction() alternative required

2009-05-15 Thread seanislegend

Hi,

the current site I'm developing has a 3 column layout. The left column
has 2 top-ten lists, the middle has the main content and the right has
a few ads and a 'featured' box.

At the moment I'm using requestAction() and caching to get the data
for the left and right hand side columns, but I know there should be a
better way of doing it.

Any tips?
Thanks in advance
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---