Jump to content

mlange

Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

mlange's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. i have had good luck with [a href=\"http://www.advsofteng.com/index.html\" target=\"_blank\"]Chart Director[/a] but it costs money. also might want to look into [a href=\"http://labs.macromedia.com/technologies/flexcharting_components2/\" target=\"_blank\"]Flex Charting Components[/a] they are a little move visually pleasing.
  2. no one has any feed back on this?
  3. mlange

    pdf edit

    zIf you are using PHP 5 take a look at the Zend Framwork [a href=\"http://framework.zend.com/\" target=\"_blank\"]http://framework.zend.com/[/a] otherwise you are probably going to be dealing with libpdf and can get info here [a href=\"http://www.php.net/pdf\" target=\"_blank\"]http://www.php.net/pdf[/a]
  4. I have been working on a PHP MVC framework for a while and have come across some questions that I can't seem to answer for my self. Now ... here is an explanation of the basis of the framework. Model: Handles all of the data manipulation -- DB abstraction, retrieving remote xml feeds, crypto and so on. Control: Pipes all the requests to the proper places and data back to the proper View parsers. For the most part it's all gateways such as an HTML gateway, AJAX/JSON gateway, AMFPHP gateway View: This is very broken up because it can be handled by PHP templates, Flash, JavaScript Now here is where things get fuzzy :) XML output from the PHP framework. Technically in the grand scheme you would think this was Data from the model being sent thru the controller to whatever view will end up using it (for example Flash/AJAX). But it leaves the PHP system in the same manner as html would from the server side. So what is this? Is it model data or view? I believe hearing other points of view may help me design this better. Thanks in advance for the input
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.