Detailed explanation of PHP Ethereum development
Ethereum specifies the JSON RPC API application development interface that each node needs to implement. This interface is transport independent. Applications can use this interface protocol to operate Ethereum nodes through HTTP, websocket or IPC and other communication mechanisms:
"PHP development practice authority guide" mainly introces the relevant knowledge of PHP 5 programming. The main contents include PHP basic knowledge and XHTML, PHP environment construction and tools, PHP basic syntax, PHP array, PHP object-oriented programming, string processing and regular expression, PHP file system processing, MySQL database, database abstraction layer PDO and ADODB, cookie and session, PHP template technology Smarty, PHP graphics processing and application, PHP and XML, PHP and curl, PHP and XML PHP function mole development, project development and design, as well as OA management system development
the authoritative guide to PHP development is not only suitable as a reference book for PHP beginners and intermediate scholars, but also suitable as a teaching material for related majors and software schools in Colleges and universities< The CD-ROM provides the following contents:
100 episodes of professional teaching videos: 100 episodes of professional teaching videos provided by php100
elaborate teaching ppt 100 lectures: professional teaching PPT file 100 lectures
90 sets of selected source code: including 90 sets of php100 forum resources and excellent source code of download area in recent years
14 essential manuals for PHP development: including 14 commonly used manuals for PHP development, including the latest PHP 5.3 manual, etc
more than 3000 art materials: divided into three parts, namely flash, special effects, icons, a total of more than 3000 resources and detailed classification
there are 14 kinds of development tools: including 14 kinds of latest PHP environment matching, development and service tools
6 sets of classic source code: you can't do without studying the source code. This book specially recommends some classic PHP source code
2. The second step is to write requirements, such as library management system. Do you need a membership system (if members are graded, such as ordinary and VIP, then what are the differences between these grades), whether you need to publish articles, whether you need to publish book information, whether you need to buy books online, whether you need to comment on books and whether you need to have online trial reading
3. According to the requirements listed above, design the database table. The design of the table should be based on the above requirements
4. Determine how to structure the website, because this is a system. It's a systematic thing, not a small mole function. You have to build a framework for your website. In order to make it possible to increase the functional moles of the website and provide support for the website style revision in the future, if it is only written in PHP, the website maintenance and revision in the future will be very troublesome, and a good system architecture in the early stage is very important. That's why many good programmers like to program with a familiar PHP framework. Of course, you can also design your own framework. Of course, you need to be quite proficient in PHP. Through your own understanding, you need to write a framework suitable for yourself or the public. For example, Zend framework, thinphp, qeephp, Smarty, CakePHP and so on. You should know that a good framework can't be written in a day, it's accumulated over time
5. The program realizes your own requirements, and then it's testing. Test, can be divided into very fine. Such as data integrity verification. Data validity, consistency of operation steps,
6 and above are completed.