Jump to content

Implementing Algorithms with PHP


merilan

Recommended Posts

Is it possible to implement algorithms in PHP to enhance you webapp. I know that algorithms usually go hand in hand with compiler languages, if it is not possible, is there a way to bridge the two (c algorithms in a php web app). Is there some kind of library out there? Some pear packages? or is there a book that i can be refereed to that deals with implementing algorithms in a PHP web app.

Link to comment
Share on other sites

They could go within the controller, but I would personally put them in the model to avoid cluttering the controller. It's generally considered best practice to make the controller as light on code as possible, and use it to simply pass along instructions to the model/view.

 

So I am guessing that there aren't any open-sourced software's out there.

I'm not completely sure what you are asking... I know you can find open-source search scripts online, and probably datamining/others as well.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...