Slammer Posted February 25, 2010 Report Share Posted February 25, 2010 Sveiki! mācos CI freimworku (pirmoreiz MVC pieeju) un radās jautājums. Kā man labak darīt: ir kontrolieris, kurā ir divas funkcijas. abām funkcijām sākums (mainīgo vērtību piesavināšana) ir identiska, jo dati nāk no post datiem. No teorijas: 'Models are PHP classes that are designed to work with information in your database'. Vai labā prakse skaitītos, ja es abu f-ju kodu ieliktu iekš modeļa un tad lādētu to kontroliera funkcijām. Vai arī labāk rīkoties savadāk? Paldies! Quote Link to comment Share on other sites More sharing options...
Delfins Posted February 25, 2010 Report Share Posted February 25, 2010 (edited) nesaprotu bēdas būtibu... tu taču zini, kas ir MVC? Kontrolieris ar Modeļa palīdzību attēlo/apstrādā datus priekš Skata. Teorētiski, ja dati nāks no +/- strukturizētas formas, tad pareizāk būtu metodes likt iekš Modeļa if _POST[formname] = CoolForm m->initDataFromCoolForm($_POST); if _POST[specificArray] m->setSpecificOptions(_POST[specificArray]) ... if m->validateWrite() m->write(); endif endif Edited February 25, 2010 by Delfins Quote Link to comment Share on other sites More sharing options...
daGrevis Posted February 25, 2010 Report Share Posted February 25, 2010 Es arī gribētu apgūt MVC... Idejas kur un kā? Resursi? :) Quote Link to comment Share on other sites More sharing options...
Delfins Posted February 25, 2010 Report Share Posted February 25, 2010 google + eBooks + practice ! :) Quote Link to comment Share on other sites More sharing options...
daGrevis Posted February 25, 2010 Report Share Posted February 25, 2010 Pēc pirmā acu uzmetiena man šis likās tīri labs... :) Iesākumam. http://www.phpro.org/tutorials/Model-View-Controller-MVC.html http://www.phpclasses.org/browse/package/6012.html Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.