Results 1 to 9 of 9

Thread: Recommendation wanted: OO PHP manual/book

Hybrid View

  1. #1
    Xtreme Legend
    Join Date
    Jan 2003
    Location
    Stuttgart, Germany
    Posts
    929
    most people use OO PHP to keep their source code more readable and capsulated. i rarely see hardcore OO concepts. If you are already good with procedural PHP, read the PHP OO docs, start using OO for capsulation in your next project, and keep going back to the docs to solve specific issues

  2. #2
    Xtreme Enthusiast
    Join Date
    Oct 2007
    Location
    Mid UK. Lift a few rocks, eventually you will find me.
    Posts
    665
    Quote Originally Posted by W1zzard View Post
    most people use OO PHP to keep their source code more readable and capsulated. i rarely see hardcore OO concepts. If you are already good with procedural PHP, read the PHP OO docs, start using OO for capsulation in your next project, and keep going back to the docs to solve specific issues
    This is what I plan to do, write procedurally and make use of OO constructs where I feel the project will benefit. After completing my first web app, I now have much more insight as to how php/java/html/jquery work together to render a page and respond to user input. Things are getting easier as I don't have to look up the synopsis of php and Javascript functions nearly as much as I had to at the outset.
    Fun Box: Asus P8Z68-V GEN3++Corsair AX850++i5 2500k@4.5Ghz-1.272v++Corsair A50++2x8Gb Corsair Vengeance++MSI R7970 Lightning++Audigy2 Plat-EX++TBS 6280 DVB-T2 tuner++256Gb OCZ Vertex 4.500Gb Caviar Black.500Gb Seagate Barracuda++Sony AD7240s++Lian-Li PC-60++Linux Mint/Win 7++Asus P238Q

    Work Box: Gigabyte H61MA-DV3++Corsair HX620++i5 3450@stock++2x8Gb Corsair Vengeance++120Gb OCZ Agility 3++Linux Mint

    Quantum theory in a nutshell: It's so small we don't know where it is, it could be here, it could be there.

    Just 'cos it's legal don't make it right.

  3. #3
    Xtreme Enthusiast
    Join Date
    Oct 2007
    Location
    Mid UK. Lift a few rocks, eventually you will find me.
    Posts
    665
    My very first php application is now live, I have tested it to the point risking my sanity. It has to be secure and at this stage it seems to be. I have have tried every injection and XXS attack I can think of and the app is secure.... Until that is someone smarter than me comes along and shows me how lacking in these skills I actually am. I reckon in another 12 months I might just actually understand what I am doing ;-)

    I am not going to post a link to the site here, but if anyone is interested in what my first php web app looks like, PM me and I will send a link. Before I started this, I hadn't written a single line of php or used MySQL, although I had built several html sites. This project was my introduction to PHP and MySQL and my client was aware of this.
    Fun Box: Asus P8Z68-V GEN3++Corsair AX850++i5 2500k@4.5Ghz-1.272v++Corsair A50++2x8Gb Corsair Vengeance++MSI R7970 Lightning++Audigy2 Plat-EX++TBS 6280 DVB-T2 tuner++256Gb OCZ Vertex 4.500Gb Caviar Black.500Gb Seagate Barracuda++Sony AD7240s++Lian-Li PC-60++Linux Mint/Win 7++Asus P238Q

    Work Box: Gigabyte H61MA-DV3++Corsair HX620++i5 3450@stock++2x8Gb Corsair Vengeance++120Gb OCZ Agility 3++Linux Mint

    Quantum theory in a nutshell: It's so small we don't know where it is, it could be here, it could be there.

    Just 'cos it's legal don't make it right.

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •