# |
Aug 6th 2008, 15:32 |
Tom_M_ |
any benefit to attaching behaviors on the fly in the controller? does it increase speed for other methods? |
# |
Aug 6th 2008, 15:32 |
altos |
teknoid... that's why i came here :-p |
# |
Aug 6th 2008, 15:32 |
teknoid |
*lots of |
# |
Aug 6th 2008, 15:32 |
teknoid |
altos: there's are lot resources available to get help, including this channel... |
# |
Aug 6th 2008, 15:29 |
Swiatecki |
TommyO: yeah |
# |
Aug 6th 2008, 15:29 |
ADmad |
Swiatecki: create a default.ctp in app/views/layout |
# |
Aug 6th 2008, 15:29 |
altos |
TommyO I plan on using cakePHP to create a custom CMS for a client project... looks fantastic, I'm just worried about learning all the the quirks in time. |
# |
Aug 6th 2008, 15:29 |
TommyO |
Swiatecki: did you browse the manual or do the blog tutorial at all? |
# |
Aug 6th 2008, 15:28 |
Swiatecki |
anyone who can tell me how to change the layout/design of a cake page? right now its just the standard 1.2 layout |
# |
Aug 6th 2008, 15:28 |
altos |
looks like yeah it should work |
# |
Aug 6th 2008, 15:28 |
TommyO |
altos: hmm.. maybe that's only true of the shared vendors. it would be redundant for the app's vendors |
# |
Aug 6th 2008, 15:28 |
altos |
TommyO I just browsed to the webroot/js folder and noticed the vendors.php file |
# |
Aug 6th 2008, 15:27 |
TommyO |
altos: but now 1.2 supports JS in vendors/js, so that works too and the tutorials should be updated |
# |
Aug 6th 2008, 15:27 |
Noise98 |
Raphael: i'm sorry I got to go right now, i'll be back in an hour |
# |
Aug 6th 2008, 15:27 |
zmonteca |
ADmad:cool. thanks. |
# |
Aug 6th 2008, 15:27 |
Noise98 |
Raphael: u don't have much in your hasAndBelongsToMany |
# |
Aug 6th 2008, 15:26 |
TommyO |
a browser should not be able to get to vendors |
# |
Aug 6th 2008, 15:26 |
ADmad |
zmonteca: yes... beforeFilter is executed before every action... so thats the only logical location |
# |
Aug 6th 2008, 15:26 |
Raphael |
Noise98, thx for your help |
# |
Aug 6th 2008, 15:26 |
TommyO |
altos: fckEditor needs to be in public space because it is js. vendors is for third-party php stuff that should stay out of the public space |
# |
Aug 6th 2008, 15:25 |
zmonteca |
ADmad: thanks. is that the only place it'll work? |
# |
Aug 6th 2008, 15:25 |
altos |
or "supposed" to be used for |
# |
Aug 6th 2008, 15:25 |
ADmad |
zmonteca: in beforeFilter |
# |
Aug 6th 2008, 15:25 |
altos |
what is the vendors folder even used for? |
# |
Aug 6th 2008, 15:25 |
altos |
hey guys, quick question... why do instructions for integrating fckeditor tell people to use app/webroot/ instead of vendors? |
# |
Aug 6th 2008, 15:24 |
Raphael |
http://bin.cakephp.org/view/191374837 |
# |
Aug 6th 2008, 15:24 |
zmonteca |
quick question, i think. If you want to use $this->Auth->allow('method_name');...where does one put this? In the method you want to allow? In the view you want to allow? In the model? |
# |
Aug 6th 2008, 15:22 |
Noise98 |
paste your Post Model |
# |
Aug 6th 2008, 15:22 |
Raphael |
so, both must be unique |
# |
Aug 6th 2008, 15:22 |
Raphael |
tag_id and post_id are primary keys |
# |
Aug 6th 2008, 15:21 |
Noise98 |
Raphael: in your HABTM relationship, u have a unique field ? |
# |
Aug 6th 2008, 15:18 |
zlinux |
thanks all |
# |
Aug 6th 2008, 15:18 |
zlinux |
ok |
# |
Aug 6th 2008, 15:18 |
Seb___ |
zlinux : look for Translate behavior |
# |
Aug 6th 2008, 15:18 |
polerin |
var $fixtures = array('plugin.plugin_name.tehfixture'); isn't loading the file |
# |
Aug 6th 2008, 15:17 |
zlinux |
polerin, i've already searched for i18n |
# |
Aug 6th 2008, 15:17 |
ADmad |
zlinux: google would be the best source for your general questions and here's the doc http://book.cakephp.org |
# |
Aug 6th 2008, 15:17 |
polerin |
what's the appropriate path string for a plugin's fixture when the plugin has a underscore? |
# |
Aug 6th 2008, 15:17 |
polerin |
) |
# |
Aug 6th 2008, 15:17 |
polerin |
search for 'il8n cakephp' and you'll get more info than i can give you |
# |
Aug 6th 2008, 15:16 |
zlinux |
polerin, and where is it documented? |