business-logic
looking for advise on importing excel into mysql with php
Alright, see if I can pick your brains from you all. I\'m currently working on a project where all the information comes from different clients, the only thing in common is that the received data is[详细]
2022-12-20 15:08 分类:问答I need to know the disadvantages do keep Business Layer in Procedures
In my work, i have a friend that insists to keep the business logic inside the database using stored procedures ...[详细]
2022-12-20 12:04 分类:问答How do I go about handling the shifting of news articles in regards to main, featured, and category areas?
Consider a template such as this ( questions posted below ): Let\'s say I posted an article about the Superbowl and tagged it in the Sports category. In my articles table I have a flag for featured[详细]
2022-12-19 07:23 分类:问答Code improvements for implementing business logic
I had asked this question previously on SO. This is related to it. We have code base similar to this:[详细]
2022-12-18 14:36 分类:问答Add working hours to timestamp
I need to add working hours to a timestamp. Working hours are from 8am to 6pm. Lets say we h开发者_如何学Pythonave 2pm and I have to add 6 hours. Result should be 10am... any guesses?[详细]
2022-12-18 04:07 分类:问答How to separate model from gui?
I hope this is not somet开发者_运维百科hing very trivial and obvious. I have some similar programs that I am working at. In each program I have to implement future about saving projects. I came with f[详细]
2022-12-17 23:04 分类:问答C# business objects and collections
I\'m having difficulty wrapping my head around business objects or more specifically, business object collections.[详细]
2022-12-17 18:37 分类:问答Should you Unit Test Business Logic methods that consists primarily of a query?
I have a business logic layer w开发者_如何学JAVAith a broad spectrum of classes and their corresponding methods.Creating a Unit Test for a method is generally a given but, in some cases, the method re[详细]
2022-12-17 09:29 分类:问答What pattern/patterns work best for developing rule/decision engine [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2022-12-17 04:03 分类:问答Business Layer Logic (BLL) is about data?
I think BLL is about Data. It should not include a method called SendEmail. BLL is a place for caching data, manipulating it, doing calculations related to business. Sending email is a business proces[详细]
2022-12-15 17:44 分类:问答