[YII] Short Fundamental



Deskripsi
      YII is powerfull PHP Framework in term of speed and perfomance, very suitable for use of e-commerce  website which has a complexity system and need high perfomance in handling a lot of traffic because the render is very fast !. but if you want to create a web application which ignore bandwidth of network (example for intranet) i suggesting u should learn Cakephp framework, very powerfull same as YII but the render rather slow. the benefit using cakephp is very easy to maintain by different programmers because all standart use of cakephp using an object very different with YII which still use namescoop to accessing class although it could create the object, consequently more difficult syntax understood by a new programmer.  

      ok let's start here how to access YII from URL, standart URL YII like this :
      http://YourHost/YiiFolder/index.php?r=controller/action&param1=value1&param2=value2
      for example
      http://localhost/Yii/index.php?r=Authenticate/Login&name=mahendra&password=123456

the statement above is only example, but never authenticate login form(username and password) with method = GET haha..... ok that's all about fundamental of YII Framework, simple right ?? 

next article i will explain about controller , action , CRUD , etc :D

hope this help you understand about YII, before go to section of controller or action YII, please read how to setup YII because this framework need a little adjustment :D

Post a Comment

Harap gunakan bahasa yang baik dan sopan, terima kasih