# |
Sep 11th 2009, 18:41 |
wesley_unipac |
11/09/2009 21:02 <DIR> cake |
# |
Sep 11th 2009, 18:41 |
wesley_unipac |
08/09/2009 17:14 <DIR> BASE_DADOS |
# |
Sep 11th 2009, 18:41 |
ADmad |
grr |
# |
Sep 11th 2009, 18:41 |
wesley_unipac |
11/09/2009 20:04 <DIR> app |
# |
Sep 11th 2009, 18:41 |
wesley_unipac |
03/09/2009 10:26 691 .project |
# |
Sep 11th 2009, 18:41 |
wesley_unipac |
03/09/2009 10:26 166 .htaccess |
# |
Sep 11th 2009, 18:41 |
wesley_unipac |
03/09/2009 10:26 12 .ftpquota |
# |
Sep 11th 2009, 18:41 |
wesley_unipac |
08/09/2009 17:14 <DIR> .cache |
# |
Sep 11th 2009, 18:41 |
wesley_unipac |
11/09/2009 21:02 <DIR> .. |
# |
Sep 11th 2009, 18:41 |
wesley_unipac |
11/09/2009 21:02 <DIR> . |
# |
Sep 11th 2009, 18:41 |
wesley_unipac |
Pasta de C:\Arquivos de programas\Apache Group\Apache2\htd |
# |
Sep 11th 2009, 18:41 |
wesley_unipac |
O número de série do volume é 6428-A476 |
# |
Sep 11th 2009, 18:41 |
wesley_unipac |
O volume na unidade C não tem nome. |
# |
Sep 11th 2009, 18:41 |
wesley_unipac |
C:\Arquivos de programas\Apache Group\Apache2\htdocs>dir |
# |
Sep 11th 2009, 18:41 |
biscazziere |
unclezoot: just Occam's razor :) |
# |
Sep 11th 2009, 18:41 |
wesley_unipac |
C:\Arquivos de programas\Apache Group\Apache2>cd htdocs |
# |
Sep 11th 2009, 18:40 |
unclezoot |
thanks for both your help |
# |
Sep 11th 2009, 18:40 |
Valiant64 |
NetTalk: are you in control of the admin panel? You basically have to build out the language sets for each piece of text and variable reference it, then control it either via cookies or a user db entry |
# |
Sep 11th 2009, 18:40 |
unclezoot |
thought i was calling compact when i wasnt |
# |
Sep 11th 2009, 18:40 |
unclezoot |
biscazziera and Admad, you are both right, i was being a chimpanzee |
# |
Sep 11th 2009, 18:40 |
ADmad |
unclezoot: you are getting what you are passing... look at line 16 of your pastebin again |
# |
Sep 11th 2009, 18:39 |
biscazziere |
maybe better var_dump |
# |
Sep 11th 2009, 18:39 |
NetTalk |
<Valiant64>I just need to know the best way to manage multilanguage web contents through admin panel ? |
# |
Sep 11th 2009, 18:39 |
biscazziere |
unclezoot: debug() is your friend |
# |
Sep 11th 2009, 18:39 |
justskills |
solved! |
# |
Sep 11th 2009, 18:38 |
ADmad |
sounds odd |
# |
Sep 11th 2009, 18:38 |
unclezoot |
ill triple check the variables come out in the view now |
# |
Sep 11th 2009, 18:38 |
unclezoot |
so i try to use a plugin helper by doing $myhelper->myaction($x) and it comes out in the helper as 'x' |
# |
Sep 11th 2009, 18:37 |
biscazziere |
unclezoot: are you sure that variables are set as you expect in the view? |
# |
Sep 11th 2009, 18:37 |
unclezoot |
when i try to pass variables into a plugin helper via a controller view, the plugin helper doesnt receive the variables properly |
# |
Sep 11th 2009, 18:36 |
biscazziere |
but js validation should never improve security |
# |
Sep 11th 2009, 18:36 |
ADmad |
unclezoot: i cant understand your issue |
# |
Sep 11th 2009, 18:36 |
biscazziere |
server side validation is always mandatory, client side js validation is optional, it can improve performances (less requests) and user experience |
# |
Sep 11th 2009, 18:36 |
Valiant64 |
wesley_unipac: can you LS your dir structure and pastebin it? |
# |
Sep 11th 2009, 18:35 |
Hiall |
Yea but its kinda pointless spending so long purely over validation :P |
# |
Sep 11th 2009, 18:35 |
Valiant64 |
biscazziere: yes, very true.. or use IE 4.0 lol |
# |
Sep 11th 2009, 18:35 |
Valiant64 |
Hiall: lol! well I'm sure there are many ways to do it |
# |
Sep 11th 2009, 18:35 |
biscazziere |
Valiant64: or simply turn javascript off from browser |
# |
Sep 11th 2009, 18:35 |
Hiall |
I'm just going to do it in the controller like you suggested first :D |
# |
Sep 11th 2009, 18:34 |
Valiant64 |
Hiall: not code, per say, but variables.. which could bypass your validation |
# |
Sep 11th 2009, 18:34 |
Hiall |
Hmmn good point |