# |
Sep 11th 2009, 18:30 |
jjwdesign |
I think paginate is basically the same as find() |
# |
Sep 11th 2009, 18:30 |
Hiall |
Valiant64, I've actually just had a new idea.. I'll do it all with javascript and just create a validate helper and call the specific element with js |
# |
Sep 11th 2009, 18:30 |
ADmad |
unclezoot: try debug kit |
# |
Sep 11th 2009, 18:30 |
wesley_unipac |
Valiant64 want me to send it. htaccess? |
# |
Sep 11th 2009, 18:30 |
justskills |
i need to set the order on fly |
# |
Sep 11th 2009, 18:29 |
jjwdesign |
dam,... thought I actually answered a question this time :) |
# |
Sep 11th 2009, 18:29 |
Valiant64 |
Hiall: maybe create double your validates function in your User model, call super, add the extra variable to take account for traditional validations, and swap em for 'register' or 'login' specific, but i think that's too much work, compared to just validating |
# |
Sep 11th 2009, 18:29 |
justskills |
but i have different actions with different order conditions |
# |
Sep 11th 2009, 18:29 |
justskills |
yes I know |
# |
Sep 11th 2009, 18:29 |
jjwdesign |
Define it in your controller. |
# |
Sep 11th 2009, 18:28 |
jjwdesign |
example: var $paginate = array('limit' => 10, 'order' => array('Page.modified' => 'desc')); |
# |
Sep 11th 2009, 18:28 |
justskills |
i mean on fly without the variable |
# |
Sep 11th 2009, 18:28 |
justskills |
how can i set ORDER BY in this function: $this->paginate() |
# |
Sep 11th 2009, 18:28 |
jjwdesign |
justskills justask |
# |
Sep 11th 2009, 18:27 |
Hiall |
ok Valiant64 thank you again for your time :) |
# |
Sep 11th 2009, 18:27 |
justskills |
just a fast question |
# |
Sep 11th 2009, 18:27 |
justskills |
hey guys |
# |
Sep 11th 2009, 18:27 |
jjwdesign |
It actually seems to work pretty well. |
# |
Sep 11th 2009, 18:27 |
wesley_unipac |
erro 500 |
# |
Sep 11th 2009, 18:27 |
Valiant64 |
Hiall: I'm not sure. I do know you can swap out $validates, unbind and rebind, but that's all via the controller. Maybe you can mod the validate inherited functions, but i'd have to think about that. |
# |
Sep 11th 2009, 18:27 |
wesley_unipac |
Internal Server Error |
# |
Sep 11th 2009, 18:27 |
unclezoot |
does anyone know of any plugin i can look at, which has a plugin.helper loading css + js within it? |
# |
Sep 11th 2009, 18:27 |
jjwdesign |
http://bin.cakephp.org/view/1112766558 |
# |
Sep 11th 2009, 18:27 |
wesley_unipac |
Now he is giving the message |
# |
Sep 11th 2009, 18:27 |
wesley_unipac |
mod_rewrite is enabled and. access are also ok. |
# |
Sep 11th 2009, 18:26 |
jjwdesign |
!bin |
# |
Sep 11th 2009, 18:26 |
jjwdesign |
ifunk: SqlConditionsComponent is done. |
# |
Sep 11th 2009, 18:23 |
Valiant64 |
wesley_unipac: i'd double check your paths, make sure mod_rewrite is on and that your .htaccess files are still there |
# |
Sep 11th 2009, 18:22 |
wesley_unipac |
the problem is I need to run it local |
# |
Sep 11th 2009, 18:22 |
Hiall |
Valiant64, back to the validation.. would it be possible to have the $validate in the mode but I group it by the a hidden field? so all login is X and register is Y? |
# |
Sep 11th 2009, 18:21 |
wesley_unipac |
the original application is in http://mididatica.com.br /unipac/sites/login |
# |
Sep 11th 2009, 18:21 |
unclezoot |
just php i believe |
# |
Sep 11th 2009, 18:21 |
NoReGreT |
I have an exe that takes a parameter and dumps output, how can I use it to dump the output in a var or something. is there something in cakephp for that ? or is it just php ? |
# |
Sep 11th 2009, 18:20 |
Valiant64 |
wesley_unipac: want to pm me a link? |
# |
Sep 11th 2009, 18:19 |
wesley_unipac |
Valiant64 Has msn so I can send you the screen? |
# |
Sep 11th 2009, 18:19 |
Valiant64 |
NetTalk: anytime, I've been there |
# |
Sep 11th 2009, 18:19 |
Valiant64 |
Hiall: np |
# |
Sep 11th 2009, 18:18 |
wesley_unipac |
As I said, I got the system ready to perform maintenance |
# |
Sep 11th 2009, 18:18 |
wesley_unipac |
The requested URL /sites/login was not found on this server. |
# |
Sep 11th 2009, 18:18 |
wesley_unipac |
Not Found |
# |
Sep 11th 2009, 18:17 |
NetTalk |
thanks valiant64, i was doing something on there but finally, it works without showing any error message, thanks buddy |