getparameter Questions
1
Solved
My Student ulr looks like this:
var Student = $resource('/app/student/:studentid:courseId',
{studentid:'@id',courseId:'@cid'}
);
When I call it without parameters I would like the url be /app/s...
Seaborne asked 8/10, 2013 at 12:21
2
Solved
Making a project and need file upload.
So, i am using enctype="multipart/form-data" inform.
But i unable to parse parameters from request.
I also tried getPart but it returning blank string....
Waynant asked 31/3, 2013 at 13:22
2
Solved
I'm using the MVCContrib grid to output some data. When I sort a column, I get a url which may look like this:
/?Column=ColumnName&Direction=Ascending
Lets say I want to add links to control...
Basilisk asked 11/8, 2011 at 10:27
1
Solved
i'm using extjs4 store
In xhtpp calls it shows the http://localhost/home_dir/index.php/questions/content_pie?_dc=1312366604831&hi=&page=1&start=0&limit=25
This is the store code
...
Hixson asked 3/8, 2011 at 10:31
2
Solved
I can get a parameter('id' for example) by $request->getParameter('id');
but if I use a form to POST the id, how could I get its value? $request->getParameter('id'); doesn't work.
Milkwort asked 20/8, 2010 at 15:4
1
© 2022 - 2024 — McMap. All rights reserved.