Re: Javascript libraries with images/css inside Cake Plugins
http://code.cakephp.org/wiki/1.3/new-features/plugin-assets
--
/**
* @author Larry E. Masters
* @var string $userName
* @param string $realName
* @returns string aka PhpNut
* @access public
*/
/**
* @author Larry E. Masters
* @var string $userName
* @param string $realName
* @returns string aka PhpNut
* @access public
*/
On Thu, Dec 3, 2009 at 4:53 AM, peterchenadded <peterchenadded@gmail.com> wrote:
Have a look at mediaview (http://book.cakephp.org/view/489/Media-
Views).
Basically, it will give you access to any file on your system
including your plugins folder. If you name your controller and action
properly you should be able to achieve what you want.
Cheers.
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 to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
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+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home