版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
Project3OverwritetheMemberAdministrationSystemwiththePHPFrameworkLaravelTask5ControllerinLaravelSchoolofSoftware,ChengduPolytechnicLecturer:MuQichunViewandRouteinLaravelNow,let'suseLaraveltorewritethememberadministrationsystemwehavefinished.Findthecompletedmemberadministrationsystem.Copysomecodesforfurtheruse.ViewandRouteinLaravel1.CreatingaviewAtfirst,let'srewritethehomepage.Openindex.php.Thehomepagemainlyincludesonenav.phpfile.Then,copynav.phptoaview,andrenameitasnav.blade.php.Copyindex.phptotheview,andrenameitasindex.blade.php.Opentheindex.blade.phpfile,andmodifytheoriginalinclude_oncefileas:ControllerinLaravelControllerismainlyusedtoprocessHTTPrequestsforwardedbyaspecificURL,andthenconductservicelogicprocessingtoreturntheresultstoaspecificobject.TheLaravelframeworkprovidesuswithcommandstocreatecontrollers.Wecancreateacontrollerbyenteringthefollowingcommandonthecommandlinewheretheprojectdirectoryislocated:ThecontrolleriscreatedintheControllersdirectorybydefault.Ifacontrollerisrequiredtobecreatedunderasubdirectory,weonlyneedtoaddasubdirectoryname:ControllerinLaravelArtisan,aCLI(commandlineinterface)providedbyLaravel,providesmanypracticalcommandstohelpusdevelopLaravelapplications.Forexample,afterinstallingLaravelearlier,weusedtheartisantooltolaunchtheapplicationbyusingPHP'sbuilt-indevelopmentserver.Ok,now,let'sgetbacktoourmemberadministrationproject.Takingmemberloginasanexample,Iwillbriefwithyouhowtousethecontroller.First,copythelogin.phpfiletotheviewfolderunder"resources"andrenameitaslogin.blade.php.Openthelogin.blade.phpfileandreusethe@includedirectivetoincludethenav.blade.phpfile.Deletethecontentofsession_startinthefileheader.ControllerinLaravelControllerinLaravelCreatethefollowingroutesintheroutefileweb.php:Toaccess"/login",justreturntotheviewlogin.Now,wecanopenthe:8000/loginforviewingtheresults.Therearealsosomestaticfiles,suchasimagesincludedinthisfile.Next,pleasecopytheimgdirectoryto"public",thenmodifytheimagepathbyadding"/"infront.Ofcourse,wecanalsousetheauxiliaryfunctionasset:ControllerinLaravelWecanseethatthecaptchastillcannotbedisplayed.Todisplaycaptcha,wealsoneedtoaddaroute.First,copythecode.phpfileintotheview,modifyittocode.blade.php,andthenaddthefollowingcontenttoweb.php:Then,thecodeofcaptchaimageinlogin.blade.phpneedstobechanged:ControllerinLaravelHerewecanseethatsrcofimgtaghasbeenchangedto{{url('/code')}}.Asabladetemplatesyntax,{{}}isusedtodisplaythecontentsofvariables.AsanauxiliaryfunctioninLaravel,urlisusedtogenerateanurlpath.Now,wecanrefresh:8000/logintoseethenormallogininterface.ControllerinLaravelTorealizeloginfunction,weneedtocreateacontroller.InCMD,thefollowingcommandphpArtisanmake:controllerLoginControllerwasenteredtocreateacontroller,whichcanbelocatedunderapp/Http/Controllers.Thecontrollershallbenamedafteralargehump.Inthecontroller,addamethodlogin():ControllerinLaravelWecanseethattheparametersofthemethodloginspecifyaclassRequestandavariable$request.Thismethodiscalledmethodinjection(dependencyinjection)andthisspecifiedvariablewillcontaininstancesofthespecifiedclass.Thegreatthingaboutmethodinjectionisthatitcansimplifythecode.Takingtheabovecodeasanexample,ifmethodinjectionisnotused,thefollowingcodeneedstobewritten:InLaravel,dd()isapartoftheLaravelauxiliaryfunction.Theddfunctionisusedtooutputthegivenvalueandendthescriptrun.ItcanprintallvariablesintheLaravel,withthesyntaxof"dd($value1,$value2...)".ControllerinLaravelControllerinLaravelToachieveformsubmission,arouteneedstobecreatednext:AfterenteringtheabovecodeinPhpStorm,wecanseeUndefinedclass'LoginController'promptedinthesystem.TheLoginControllerclasscanbefoundandwillbeautomaticallyreferencedbyonlyclickingtheimportclasslinkbelowtheprompt.Atthispoint,thefollowinglineofcodewillbeautomaticallyaddedtoweb.php:ControllerinLaravelWeshouldnoticethatwehaveusedpostmethod.Topreventcrosssiteattacks,LaravelrequiresthatahiddenCSRFtokenfieldmustbeaddedtotheformforallsubmissionusingPOST.Itcanbe{{csrf_field()}}or@csrf.Examples,asshowninthefollowingcontents:ControllerinLaravelNext,let'smodifytherelevantcontentoftheform:Nowwecantesttheloginfunctionfromwherewecancheckthevariousdatafilledintheregistrationpageinthebrowser.Amongthem,thetokenfieldisregardedasatokenautomaticallygeneratedbythesystemtopreventcrosssiteattacks.SummaryThecontrollerinLaravelismainlydesignedtoprocessHTTPrequestsforwardedbyaspecificURL,andthenperformbusinesslogicprocessingtoreturntheresultstoaspecificobject.Controltheacquisitionofrequesteddataandtheresponseofresults;Makelogicaljudgments;Commandallpartsoft
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 第二节 先天性行为和学习行为课件
- 计算机网络期末考试试题及答案完整版
- 2024年商品房预售购买协议样本
- 2024适用个人资金借出协议样式
- 2024年业务拓展提成奖励细则协议
- 2024年度技术合作协议格式
- 2024专用不锈钢无缝钢管销售协议
- 2024年度工程预算委托代理协议
- 保安服务定制协议细则2024
- 2024年物业责任转移协议
- 9天干地支与十神的对照表
- 医院新进护士轮转手册
- 混合痔优化中医护理方案
- 质量目标分解
- (完整word版)抢救车急救药品、物品一览表(表格版)
- 数学方格纸(共3页)
- 农产品市场营销策略PPT课件
- 古代官职变动用词(完整版).ppt
- A760(761)E自动变速器ppt课件
- 防呆法(防错法)Poka-Yoke
- 超星尔雅学习通《国际金融》章节测试答案
评论
0/150
提交评论