# |
Sep 21st 2011, 23:07 |
j22bad |
Hi all. Can someone help me with this issue. I have an element that is apart of the layout but not apart of the $content_for_layout. This element is never refreshed when I click on a link that is apart of the content_for_layout only when I click on a link that is not apart of the content_for_layout |
# |
Sep 21st 2011, 23:01 |
jose_zap |
I meant: do the login in login() |
# |
Sep 21st 2011, 23:01 |
jose_zap |
do the logic in index, but put the login action to index (it is actually just a redirect) |
# |
Sep 21st 2011, 23:00 |
jose_zap |
no |
# |
Sep 21st 2011, 23:00 |
NoReGreT |
jose_zap: so you're saying to do all login logic in index()? |
# |
Sep 21st 2011, 22:59 |
jose_zap |
and set the login action in AuthComponent to index too |
# |
Sep 21st 2011, 22:59 |
jose_zap |
$this->Auth->allow('index') |
# |
Sep 21st 2011, 22:59 |
jose_zap |
in beforeREnder |
# |
Sep 21st 2011, 22:58 |
jose_zap |
NoReGreT: allow the index action |
# |
Sep 21st 2011, 22:58 |
j22bad |
Hi all. Can someone help me with this issue. I have an element that is apart of the layout but not apart of the $content_for_layout. This element is never refreshed when I click on a link that is apart of the content_for_layout only when I click on a link that is not apart of the content_for_layout |
# |
Sep 21st 2011, 22:58 |
NoReGreT |
jose_zap: yeah.. that didn't work for me.. i'm working on the login action, the login form is in index.ctp, so i have no need for login.ctp. i tried autorender=false, and i put in login() that if user is not logged in, redirect to index.. causing a loop.. what can I do here? |
# |
Sep 21st 2011, 22:56 |
jose_zap |
NoReGreT: $this->autoRender = false; |
# |
Sep 21st 2011, 22:56 |
nnnnathann |
jose_zap: thank you. |
# |
Sep 21st 2011, 22:55 |
cpgo |
at least try to find a 1.3 tutorial lol, or look at cake 2.0 documentation, idk |
# |
Sep 21st 2011, 22:55 |
NoReGreT |
how can i unlink an action from its view ? |
# |
Sep 21st 2011, 22:54 |
jose_zap |
nnnnathann: ClassRegistry::config() |
# |
Sep 21st 2011, 22:48 |
diverdude |
hmm how much of this tutorial is still valid? http://bakery.cakephp.org/articles/theshz/2006/11/28/user-permissions-and-cakephp-acl |
# |
Sep 21st 2011, 22:46 |
NoReGreT |
I have a login form in a page that posts to login(), i don't want any redirection to login to happen, i just want to enter creds then login and stay on the same page, is ajax the only way to achieve that? |
# |
Sep 21st 2011, 22:23 |
diverdude |
if i make a table with a TIMESTAMP column and set it to NOT NULL, will cakephp validation require to supply a paramter then? |
# |
Sep 21st 2011, 22:23 |
nnnnathann |
any clever ideas for this one? |
# |
Sep 21st 2011, 22:22 |
nnnnathann |
my problem is after I call ClassRegistry::init() on an imported model (with a specified ds parameter), it does not apply to that model's relationships, causing the imported model code to break |
# |
Sep 21st 2011, 22:21 |
nnnnathann |
question for the cake gurus... I am loading in models via the App:build directives in bootstrap, is there a way to get the models loaded from an App::build directory to use a certain db config, without touching the imoprted Model code? |
# |
Sep 21st 2011, 21:08 |
Lemon|mbp |
time to push this stuff to a recommendation engine |
# |
Sep 21st 2011, 20:59 |
scoutmstershke |
so far so good through almost done |
# |
Sep 21st 2011, 20:58 |
scoutmstershke |
man I tired of writing this c++ app |
# |
Sep 21st 2011, 20:57 |
scoutmstershke |
!Hitler |
# |
Sep 21st 2011, 20:57 |
scoutmstershke |
grrrrr |
# |
Sep 21st 2011, 20:48 |
TehTreag |
) |
# |
Sep 21st 2011, 20:48 |
csotelo |
just a type writing mistake |
# |
Sep 21st 2011, 20:47 |
TehTreag |
lol |
# |
Sep 21st 2011, 20:47 |
TehTreag |
ACTION prefers beers |
# |
Sep 21st 2011, 20:47 |
csotelo |
beers :D |
# |
Sep 21st 2011, 20:47 |
csotelo |
two bears fo you... |
# |
Sep 21st 2011, 20:47 |
csotelo |
D |
# |
Sep 21st 2011, 20:47 |
csotelo |
yes... |
# |
Sep 21st 2011, 20:45 |
TehTreag |
csotelo: It shouldn't take long to experiment with it. |
# |
Sep 21st 2011, 20:45 |
csotelo |
TehTreag, I am glad, thanks a lot for your help, this is a good way to search my target |
# |
Sep 21st 2011, 20:45 |
TehTreag |
csotelo: I'm not sure... I've never had to do it. Maybe someone else has other ideas on the subject. Good luck. |
# |
Sep 21st 2011, 20:45 |
csotelo |
TehTreag, or overload the method _paths or rewrite then, I am thinking on rewrite this method and call the the parent::_paths and then add the new path.. what do you think .. or someone who has do something like that? |
# |
Sep 21st 2011, 20:42 |
csotelo |
TehTreag, oh.. let me see, I was thinking that is something extra on bootstrap.php or something like that, let me check.. thanks |
# |
Sep 21st 2011, 20:41 |
TehTreag |
csotelo: Seems easy enough to extend that one, and provide your own _paths() method. |