php - Yii Model Post Form wrong Form Data name generated -


in yii app i'm unable post action in sitecontroller have:

 public function actioncustom()  {      if(isset($_post['customform']))      {          ... not reached 

later here's discovered in browser network logs when posting custom form:

customform[name]: 

instead of supposed customform

but default yii app generated login action form it's normal:

loginform[username]: 

when inspecting chromium logs... missing? copied login code, supposed same?


Comments

Popular posts from this blog

javascript - How to get current YouTube IDs via iMacros? -

c# - Maintaining a program folder in program files out of date? -

emulation - Android map show my location didn't work -