Yii PHP Framework

Loading...

Flash Player 9 (or above) is needed to view presentations.
We have detected that you do not have it on your computer. To install it, go here.

0 comments

Post a comment

    Post a comment
    Embed Video
    Edit your comment Cancel

    1 Favorite

    Yii PHP Framework - Presentation Transcript

    1. Yii PHP Framework ● a high-performance PHP5-Framework ● component-based ● easy, efficient, extensible ● best for developing large-scale Web Apps ● written strict OOP ● current version 1.0.7
    2. Features ● Model-View-Controller Design Pattern ● Database Access Objects (DAO) ● Active Record ● Authentication & Authorization ● Web Services ● I18N & L10N
    3. More Features ● Form Input & Validation ● Code Generation ● Theming ● Caching ● Security ● Integration with JQuery-Framework
    4. Installation ● Download From http://www.yiiframework.com/download ● Unpack to your webservers document root ● Check requirements by accessing http://localhost/yii/requirements/index.php ● Try demos http://localhost/yii/demos
    5. Quickstart ● A simple News – CRUD ● Create a news folder in yii/demos ● Open your command line ● Move to yii/framework folder ● yiic webapp ../demos/news ● Now have a look at http://localhost/yii/demos/news
    6. Quickstart II ● Create a table news in your database ● Id, title, text, created ● Edit yii/demos/news/protected/config/main.php 'db' => array( "connectionString" => "mysql:host=localhost;dbname=test", "username" => "root", "password" => "root", "charset" => "utf8" ),
    7. Quickstart III ● Open your command line ● Move to yii/demos/news/protected ● yiic shell ../index.php ● >>model News ● >>crud News ● http://localhost/yii/demos/news/?r=news ● et voilà!
    8. Quickstart IV ● Without writing any line of code we have ● a Homepage ● a Contact Form with Captcha ● a Login (admin/admin) ● a News App to list, create, read, update and delete News items
    9. What next? ● change your views, edit your forms ● implement business rules in your models ● create your own User authentication ● create your own web service ● Check out the documentation at http://www.yiiframework.com/doc/guide ● Check out the API http://www.yiiframework.com/doc/api
    10. Thank you! ● This was an Introduction to the Yii PHP Framework ● my name is Marko Bischof ● from Hannover, Germany ● If you understand german, check my yii notes at http://blog.mbischof.de/kategorie/yii ● contact me http://www.mbischof.de

    + mbischofmbischof, 4 months ago

    custom

    1058 views, 1 favs, 1 embeds more stats

    This is an introduction to the Yii PHP Framework

    More info about this document

    © All Rights Reserved

    Go to text version

    • Total Views 1058
      • 992 on SlideShare
      • 66 from embeds
    • Comments 0
    • Favorites 1
    • Downloads 10
    Most viewed embeds
    • 66 views on http://blog.mbischof.de

    more

    All embeds
    • 66 views on http://blog.mbischof.de

    less

    Flagged as inappropriate Flag as inappropriate
    Flag as inappropriate

    Select your reason for flagging this presentation as inappropriate. If needed, use the feedback form to let us know more details.

    Cancel
    File a copyright complaint
    Having problems? Go to our helpdesk?

    Categories