




版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
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. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 平台经济与农产品流通模式试题及答案
- 舞蹈心理测试题及答案
- 施工现场安全目标管理试题及答案
- 婴儿智力考试题及答案
- 建筑安全竞赛试题及答案
- 物理学的影响力2025年试题及答案
- 针对医疗领域的2025年大数据隐私保护技术合规应用的技术创新与合规挑战报告
- 医院信息化建设中的电子病历系统:2025年智能提醒与优化方案
- 电动汽车充电桩市场化运营试题及答案
- 2025教师上岗考试试题及答案
- 2024届考研199管理类综合能力真题及解析完整版
- 肠梗阻合并糖尿病护理查房
- DB32T-无锡水蜜桃标准
- 古诗词诵读《登岳阳楼》公开课一等奖创新教学设计统编版高中语文必修下册
- 2024版工厂并购协议书范本
- 中职班主任培训讲座
- 2024年河北省中考化学真题(含解析)
- 2024至2030年中国3C电子产品租赁行业市场运行现状及投资战略研究报告
- 2024年广东省高考化学试卷(真题+答案)
- 教科版六年级下册科学期末测试卷含完整答案(各地真题)
- JT-T-1198-2018公路交通噪声防护措施分类及技术要求
评论
0/150
提交评论