dolibarr-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Dolibarr-dev] Dose dolibarr use the mvc code architecture ?


From: Laurent Destailleur (aka Eldy)
Subject: Re: [Dolibarr-dev] Dose dolibarr use the mvc code architecture ?
Date: Fri, 5 Aug 2016 19:44:07 +0200

Yes it does.
Each files contains a part that contains "code of controller".
You should find this after the comment  
/*
 * Action
 */


Once actions are done, generating the screen is done into the view part. After the code comment that looks like this
/*
 * View
 */

Then for the model, you will find one class that contains CRUD method for each table, called  xxx.class.php . One file per table.


2016-08-02 20:49 GMT+02:00 Michael Parchet <address@hidden>:
Hello,

All is in the mail subject

Thanks for your support

Best regards

mparchet

_______________________________________________
Dolibarr-dev mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/dolibarr-dev



--
------------------------------------------------------------------------------------
Google+: https://plus.google.com/+LaurentDestailleur-Open-Source-Expert/
Facebook: https://www.facebook.com/Destailleur.Laurent
------------------------------------------------------------------------------------
* Dolibarr (Project leader): http://www.dolibarr.org (make a donation for Dolibarr project via Paypal: address@hidden)
* AWStats (Author) : http://awstats.sourceforge.net (make a donation for AWStats project via Paypal: address@hidden)
* AWBot (Author) : http://awbot.sourceforge.net
* CVSChangeLogBuilder (Author) : http://cvschangelogb.sourceforge.net



reply via email to

[Prev in Thread] Current Thread [Next in Thread]