Relative Content

Tag Archive for design-patterns

Would Using a PHP Framework Be Beneficial in My Context?

I’ve just started work at a small start-up company who mainly uses PHP to develop their front-end apps. I had no prior PHP experience before joining, and this has led to my apps becoming large pieces of spaghetti code. I essentially started by adding code to implement an initial feature, and then continued to hack in more code to implement further features – without much thought for the overall design.

Looking for some OO design advice

I’m developing an app that will be used to open and close valves in an industrial environment, and was thinking of something simple like this:-

Access functions from user control without events?

On some generic functions, it seems that accessing a function on mainform directly from the usercontrol is easier than raising an event. For example: A function on main form that displays one desired usercontrol centered and tweaked.