话是这么说,可是总不能光学阿,得休息一下啊。我现在学习php没有方向了,感觉郁闷,所以问问大家,有什么好的想法,给帮忙指一下方向

解决方案 »

  1.   

    需要学那些知识才能说php学得比较可以了呢?
      

  2.   


    怎么也没有人给个大致的概括性的论述呢。比如说,做php需要了解哪些知识?能够给一个整体上的概括
      

  3.   

    楼主知道ZCE吗?就是zend搞的那个认证,下面是他的认证考试的学习手册里的目标,你看看还有哪些你没达到的,就学哪些吧
    另外,英语永远是重要的,无论你学的是何种语言Zend PHP Certification - Exam Objectives
    The following outline, taken from the Official PHP Certification Study Guide, summarizes the Certification exam's objectives: The Basics of PHPIntroducing PHP 
    PHP and HTML 
    PHP and XML 
    PHP and databases 
    Creating a PHP page 
    Using PHP tags 
    Language basics 
    Constants and variables 
    Identifiers 
    Operators 
    Conditional structures 
    Iteration and loops 
    Functions 
    Variable functions 
    Including files 
    Object-oriented PHPThe basics of object oriented programming 
    Classes 
    Instantiation and constructors 
    Attributes 
    Accessing objects, methods and attributes 
    Implementing inheritance 
    PHP and the WebCreating HTML content using PHP 
    Client side and server side embedding PHP in HTML 
    Creating forms 
    GET and POST: accessing form variables 
    Cookies 
    The superarrays: accessing global information 
    Session management 
    ArraysVariable collections: introducing arrays 
    Numerically indexed and associative arrays 
    Multidimensional arrays 
    Sorting 
    Reordering 
    Serializing arrays 
    Manipulating arrays 
    Strings and Regular ExpressionsFormatting strings 
    Comparing strings 
    Modifying string contents 
    Regular expressions 
    Extract in data from strings 
    Joining and splitting strings 
    File ManipulationOpening a file 
    Writing to a file 
    Reading from a file 
    Closing a file 
    File locking 
    Managing Date and TimeDates in PHP 
    Getting the current date 
    Converting a string into a date 
    More date functions 
    Date calculations 
    Dates and databases 
    Using the calendar functions 
    The UNIX epoch and the dangers of UNIX dates 
    Managing E-mailSending e-mail 
    Managing the headers 
    Formatting an e-mail message 
    Attaching a file to a message 
    PHP and DatabasesWhen to use a database 
    Types of databases supported by PHP 
    Inserting data 
    Extracting data 
    Joining data 
    Stream and Network ProgrammingUsing file wrappers 
    Connecting to a remote host using sockets 
    Blocking and non-blocking calls 
    Creating and using streams 
    SecurityTrusted and untrusted input 
    Managing authentication 
    Escaping data for database and shell programming 
    Validating input 
    Preventing XSS attacks 
    Debugging and Performance ManagementCommon programming mistakes 
    Programming logic 
    Creating good code 
    Avoiding bugs 
    Avoiding performance pitfalls 
    Troubleshooting performance bottlenecks 
      

  4.   

    php还有.net啊,还不知道呢。孤落寡闻了。
      

  5.   

    Zend认证的PHP工程师需要掌握的内容:一、 PHP的基础知识
    二、 面向对象的PHP
    三、 PHP和Web的关系
    四、 PHP数组
    五、 字符串和常规表达式
    六、 文件处理
    七、 日期和时间处理
    八、 Email处理
    九、 PHP和数据库
    十、 PHP操作流程和网络编程
    十一、 PHP安全性能
    十二、 PHP调试和性能优化
    十三、 综合分析
    刚搜到中文的