Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
GS Plugin Installer
#41
(2015-07-04, 07:17:19)Tyblitz Wrote:
(2015-07-04, 02:32:01)HelgeSverre Wrote: I am also trying to bring some sort of "mvc"-structure to my plugin, where as you call controllers within the plugin instead of doing the procedural spaghetti-mess I am doing now in the main function, but I don't know if that is the best way to do it.

Do you have any recommendations in this regard?

The code looks like neat OO already (more than mine), and given the size of it (2 files, 200-400 lines) I doubt it will bring substantial benefit. Always good to separate concerns though; you could put the form HTML in a separate file view.php & include it in main, and as you suggested in comment (eg in controller.php):


Quote:Move a lot of this logic into a "controller" class, leaving this method as only a routing function

The model you already have - PluginInstaller.class.php


Feel free to have a look at my code for GS Custom Settings, although for PHP I think I have more to learn from you (I develop mainly JS MVVM (KnockoutJS)).

Thanks Smile I try to improve my code-cleanliness.

Is GetSimple going to move towards more OOP in the future or is that a concern that is not very high on the list atm?

I have been looking a lot at Knockout lately, it looks really nice, I actually found out about it due to modding your GS Custom Settings plugin due to some weirdness with the FlatBlue admin theme ( or whatever it was called) , It sort of makes sense to me, might use it in the future for a plugin, manual data binding with jQuery or pure js is a bish to maintain.
Web Developer
Plugins: GS Plugin Installer | Referrer Blocker | Password Protect
Reply


Messages In This Thread
GS Plugin Installer - by HelgeSverre - 2015-06-28, 00:57:33
RE: GS Plugin Installer - by Oleg06 - 2015-06-28, 03:30:45
RE: GS Plugin Installer - by HelgeSverre - 2015-06-28, 04:18:04
RE: GS Plugin Installer - by Oleg06 - 2015-06-28, 04:47:11
RE: GS Plugin Installer - by HelgeSverre - 2015-06-28, 04:55:58
RE: GS Plugin Installer - by Oleg06 - 2015-06-28, 05:15:07
RE: GS Plugin Installer - by shawn_a - 2015-06-28, 06:32:44
RE: GS Plugin Installer - by shawn_a - 2015-06-28, 06:36:15
RE: GS Plugin Installer - by shawn_a - 2015-06-28, 06:49:07
RE: GS Plugin Installer - by HelgeSverre - 2015-06-28, 07:57:57
RE: GS Plugin Installer - by shawn_a - 2015-06-29, 00:06:45
RE: GS Plugin Installer - by HelgeSverre - 2015-06-29, 01:15:11
RE: GS Plugin Installer - by Oleg06 - 2015-06-29, 03:28:40
RE: GS Plugin Installer - by HelgeSverre - 2015-06-29, 03:41:37
RE: GS Plugin Installer - by shawn_a - 2015-06-29, 03:59:18
RE: GS Plugin Installer - by HelgeSverre - 2015-06-29, 04:01:40
RE: GS Plugin Installer - by Oleg06 - 2015-06-29, 06:31:56
RE: GS Plugin Installer - by shawn_a - 2015-06-29, 07:36:36
RE: GS Plugin Installer - by HelgeSverre - 2015-06-29, 08:22:28
RE: GS Plugin Installer - by Oleg06 - 2015-06-29, 08:35:55
RE: GS Plugin Installer - by shawn_a - 2015-06-29, 08:47:36
RE: GS Plugin Installer - by Tyblitz - 2015-06-29, 09:06:41
RE: GS Plugin Installer - by df8oe - 2015-06-30, 18:33:41
RE: GS Plugin Installer - by HelgeSverre - 2015-07-02, 02:36:39
RE: GS Plugin Installer - by df8oe - 2015-07-02, 02:58:36
RE: GS Plugin Installer - by HelgeSverre - 2015-07-02, 04:12:32
RE: GS Plugin Installer - by shawn_a - 2015-07-02, 05:04:27
RE: GS Plugin Installer - by HelgeSverre - 2015-07-02, 08:40:33
RE: GS Plugin Installer - by shawn_a - 2015-07-02, 09:01:59
RE: GS Plugin Installer - by df8oe - 2015-07-03, 04:56:40
RE: GS Plugin Installer - by HelgeSverre - 2015-07-03, 20:10:22
RE: GS Plugin Installer - by Tyblitz - 2015-07-04, 01:04:08
RE: GS Plugin Installer - by HelgeSverre - 2015-07-04, 02:32:01
RE: GS Plugin Installer - by Tyblitz - 2015-07-04, 07:17:19
RE: GS Plugin Installer - by HelgeSverre - 2015-07-04, 07:40:02
RE: GS Plugin Installer - by df8oe - 2015-07-04, 02:44:12
RE: GS Plugin Installer - by HelgeSverre - 2015-07-04, 02:59:06
RE: GS Plugin Installer - by df8oe - 2015-07-04, 03:24:10
RE: GS Plugin Installer - by HelgeSverre - 2015-07-04, 03:29:14
RE: GS Plugin Installer - by df8oe - 2015-07-04, 03:38:28
RE: GS Plugin Installer - by HelgeSverre - 2015-07-04, 04:46:13
RE: GS Plugin Installer - by df8oe - 2015-07-04, 07:54:45
RE: GS Plugin Installer - by HelgeSverre - 2015-07-04, 08:00:03
RE: GS Plugin Installer - by df8oe - 2015-07-04, 18:21:07
RE: GS Plugin Installer - by df8oe - 2015-07-04, 18:37:06
RE: GS Plugin Installer - by Carlos - 2015-07-04, 19:21:31
RE: GS Plugin Installer - by df8oe - 2015-07-04, 19:55:57
RE: GS Plugin Installer - by HelgeSverre - 2015-07-04, 19:59:25
RE: GS Plugin Installer - by datiswous - 2015-07-07, 23:11:05
RE: GS Plugin Installer - by HelgeSverre - 2015-07-13, 22:13:16
RE: GS Plugin Installer - by shawn_a - 2015-07-14, 01:27:03
RE: GS Plugin Installer - by wakh - 2015-07-20, 23:47:16
RE: GS Plugin Installer - by HelgeSverre - 2015-07-21, 16:30:42
RE: GS Plugin Installer - by wakh - 2015-07-21, 19:18:26
RE: GS Plugin Installer - by HelgeSverre - 2015-07-23, 19:54:35
RE: GS Plugin Installer - by wakh - 2015-07-25, 03:37:10
RE: GS Plugin Installer - by HelgeSverre - 2015-07-27, 16:56:11
RE: GS Plugin Installer - by wakh - 2015-07-27, 18:22:37
RE: GS Plugin Installer - by HelgeSverre - 2015-07-28, 20:18:57
RE: GS Plugin Installer - by wakh - 2015-08-24, 09:07:57
RE: GS Plugin Installer - by Tyblitz - 2015-07-28, 21:48:06
RE: GS Plugin Installer - by HelgeSverre - 2015-07-29, 18:48:35
RE: GS Plugin Installer - by phpman - 2015-08-24, 04:03:07
RE: GS Plugin Installer - by wakh - 2015-08-24, 09:11:51
RE: GS Plugin Installer - by Tyblitz - 2015-08-25, 05:47:28
RE: GS Plugin Installer - by HelgeSverre - 2015-08-27, 08:21:45
RE: GS Plugin Installer - by wakh - 2015-08-24, 21:32:39
RE: GS Plugin Installer - by shawn_a - 2015-08-25, 06:44:26
RE: GS Plugin Installer - by wakh - 2015-08-26, 09:13:05
RE: GS Plugin Installer - by deawar - 2015-10-24, 00:17:48
RE: GS Plugin Installer - by HelgeSverre - 2015-10-26, 19:23:54
RE: GS Plugin Installer - by deawar - 2015-10-27, 03:43:45
RE: GS Plugin Installer - by HelgeSverre - 2015-10-27, 17:39:00
RE: GS Plugin Installer - by datiswous - 2015-11-30, 20:54:50
RE: GS Plugin Installer - by phpman - 2016-12-18, 20:55:59
RE: GS Plugin Installer - by HelgeSverre - 2017-02-06, 06:21:24
RE: GS Plugin Installer - by shawn_a - 2017-02-07, 05:49:11
RE: GS Plugin Installer - by zekoolweb - 2017-03-15, 00:46:27
RE: GS Plugin Installer - by Tyblitz - 2019-12-04, 23:25:06



Users browsing this thread: 2 Guest(s)