hi i need to know if is possible develop a webApp following Action Domain Responder architecture with fat-free framemwork. i have used it to do MCV webAPP but i don't sure is the framwork framework to do and APP with Action Domain Responder architecture. Thanks.
Can i use fat-free framework to develop Action Domain Responder app
58 Views Asked by MarcoZ At
1
There are 1 best solutions below
Related Questions in FAT-FREE-FRAMEWORK
- how to auto close session query connection f3 fat-free framework posgresql
- Different routes on FatFreeFramework
- 405 error while routing to a different php file using F3
- How does Fat-Free Framework get post api request?
- How do I setup a route for containing a dot in the query path
- Fail when using jTable in Fat-Free Framework
- Multidimensional array with affiliate tree
- php undefined index or variables don't throw any error
- Fat free framework - prevent direct access to html files
- Secure POST request against manipulation
- F3 Sql Mapper: Misleading error message when setting value for non existent field in the mapped table
- How do I create middleware specific to route not whole controller class
- Getting `id` of newly created record after `save()`
- How to push a new value to a cached array in fat-free-framework?
- Fat-free get data from PUT request
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Sure you can build pretty much every architecture you want with fat-free, since it only is a microframework at its core, but YOU have to build it by yourself as fat-free is not dictating any structure. I've once build a RMR like architecture for fun with it, so yes you can if you know how to. ADR seems to me like another term for Domain-Driven-Design, which is a good choice. Good luck ;)