![]() |
|
|
|
| ||||||
|
Welcome to the The ProgrammersTalk Community forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| Tags: arrow, basics, help, php, programming, tutorial |
![]() |
![]() | | LinkBack | Thread Tools | Display Modes | ![]() |
| |
| |||
| You're correct, in that instance it's calling a function setFetchMode() (or method, if you prefer). It's actually just used to reference part of an object (be it a variable or a function or whatever). In this case, $db is the object. |
| The Following 2 Users Say Thank You to molotov For This Useful Post: | ||
HelloWorld (07-31-2007), TeraTask (01-18-2008) | ||
| ||||
| Have you checked out the PHP site, HelloWorld? It answers a lot of the elementary stuff for you and even provides examples and commentary by the public at large: PHP: PHP Manual - Manual |
| The Following User Says Thank You to TeraTask For This Useful Post: | ||
HelloWorld (07-31-2007) | ||
| ||||
| Quote:
The only starter tutorial that PHP.net provides is not much either... ![]() |
| ||||
| True, it's terse, but you're not a dummy either - you have experience with other languages. The only question you need to answer is how PHP handles things differently than the other languages you know. I generally choose a task to complete in a new language and then do the necessary research. After I've built that program, I generally have a good idea of how the language works relative to the others I know. |
| ||||
| Quote:
![]() I want to create an image organizer. There's going to be an upload function to it. Images will be displayed on the home page. If possible, I also want to integrate this with the CMS |
![]() |
| Thread Tools | |
| Display Modes | |
| |