Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 472915
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T00:08:04+00:00 2026-05-13T00:08:04+00:00

I’m just beginning to look at the Haxe language, primarily for flash development, but

  • 0

I’m just beginning to look at the Haxe language, primarily for flash development, but once I’d seen what Neko can do, also the desktop and web server side of things too.

I sort of have my head around the flash side of things – just need to play with it a bit more, but I’m a bit lost when it comes to creating an MVC web site with it.

What would you suggest when it comes to building the web site ( this would be just a basic site with different sections to understand controllers/actions/ids )? I know that PureMVC is a fairly well established framework, but in this case how (if) could it be implemented?

I’m hoping for something along the lines of ASP.NET MVC, which I’ve breifly had a look at, but not had time to use properly.

Many thanks for any advice.

  • 1 1 Answer
  • 5 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T00:08:05+00:00Added an answer on May 13, 2026 at 12:08 am

    Haxe is good for it cause MVC is very natural for OO(not object capable alike PHP).
    Keep in mind MVC is more of a concept, so it very general the way its implemented is up to you.

    Things to remember.
    Haxe has single entry point, meaning all your urls have to be pointed to a certain haxe(php) file which has “main” class/function. (You have to make a simple .htaccess which would repoint all urls to this “main” function)
    Side notes: you can compile each file to be separate app kind’a like php but I would not recomended.

    This entry point should eventually initilize some class let’s call it a dispatcher.
    So called dispatcher will identify the url/uri php.Web.getURI() and based on that will fire up apriopriate class/function and perhaps with some parameters from url.

    Another thing to remember is that you cannot do code spaghetti (a’la PHP).
    You have to use some sort of templating enginge or write a simple one yourself.
    Haxe has two template engines one is haxe.template (very simple) and another one is Templo (very decent and powerful).

    With that in mind you should be able to start cracking the subject ;]

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

No related questions found

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.