Jump to content

kingpin393

New Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by kingpin393

  1. I have done that - still nothing... When I do "pear list" it is shown as installed.
  2. i was thinking either that or xml... not sure how to do either..
  3. Hi I have a list of files in an array: /dir1/file.txt /dir2/dir3/file.txt /file.txt ... I want to create a tree list from that: -dir1 -file.txt -dir2 -dir3 -file.txt -file.txt ... How could I go about this? (in the original array I know what items are files and which are directories if that helps...) Thanks, Kevin
  4. Hi, I am trying to get the PEAR component VersionControl_SVN to work... PHP is installed fine and there was no problem installing it with the pear installer but when I run the first sample script at: http://pear.php.net/manual/en/package.tools.versioncontrol-svn.php I get nothing, no results or anything. Other PEAR components work fine... Any help? Kevin
  5. I am pretty sure I figured it out. When saving to xml I let the symbols get encoded to ™ or ° etc. Then when I read the xml it auto decoded the &'s to be & and when echoing to the browser the symbols showed up correctly. Kevin
  6. Hi, I am pulling data from flat text files and converting them into XML files using DOM. My problem seems to be with encoding. A lot of the flat text files have trademark symbols, degree signs, sup characters etc. When trying to add these to nodes in XML it seems to cause a problem. I understand this is because XML doesn't like these characters. I am trying to convert them using htmlentities() so that trademarks become ™ etc... The problem is when it saves them to xml it looks like ™ - it seems when the file is saved it encodes it again. I imagine this is a common issue but I could find no real help by googling it, maybe I am searching the wrong thing... Any help is appreciated. Thanks,
  7. Thanks for your reply. Thankfully the project is a personal one and there is no time constraints. I guess what I am saying is I want to eventually have the knowledge to take on a complex task. By large, dynamic site I mean what you said, a CMS. I am looking for some direction to jump into advanced PMP concepts that would lead to understanding the workings of a MVC framework.
  8. Hello, I have been using PHP for a few years now and have a sound understanding of making small scripts used for simple functionality such as database access. These have all been little scripts on static sites. I have a project now to create a large dynamic database driven site and I am researching ways to do this the most efficient way. I understand the best way to do this is to separate logic, content, and presentation. I use Zend Studio for my IDE and have been looking at the available frameworks out there such as ZF and Cake but I am finding them to be beyond my scope of understanding with PHP. I would really like to avoid using a 'pre-packaged' framework (at least until I have a good understanding of how it works - I don't like to use a system I don't understand). My plan is to create my own back-end architecture that is portable first (so I can use it for other future projects). One book I have looked at is called 'Professional PHP' - it seems to have an entire section dedicated to creating your own framework. I wonder if anyone can give me any suggestions such as books, articles, or just advice. Thanks, Kevin
×
×
  • 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.