国产xxxx99真实实拍_久久不雅视频_高清韩国a级特黄毛片_嗯老师别我我受不了了小说

資訊專欄INFORMATION COLUMN

輕量級 PHP 框架 TinyLara 發布

CarlBenjamin / 2091人閱讀

TinyLara

  ______    _                      __                         
 /_  __/   (_)   ____    __  __   / /   ____ _   _____  ____ _
  / /     / /   / __   / / / /  / /   / __ `/  / ___/ / __ `/
 / /     / /   / / / / / /_/ /  / /___/ /_/ /  / /    / /_/ / 
/_/     /_/   /_/ /_/  \__, /  /_____/\__,_/  /_/     \__,_/  
                      /____/                                  

TinyLara is a simple PHP framework based on Composer, looks like a Lite Edition of Laravel. http://tinylara.com/

Github

Github Repo: https://github.com/TinyLara/TinyLara

Start Download:
git clone https://github.com/TinyLara/TinyLara
cd TinyLara
Install dependencies:
composer update

Then modify app/database.php with right information and import demo.sql.

See:

config/routes.php :

Macaw::get("", "HomeController@home");

app/controllers/HomeController.php :

public function home()
{
  // build view sample
  $this->view = View::make("home")->with("article",Article::first())
                                  ->withTitle("MFFC :-D")
                                  ->withFooBar("foo_bar");
  /*
  // build mail sample
  $this->mail = Mail::to(["ooxx@gmail.com", "ooxx@qq.com"])
                      ->from("OOXX ")
                      ->title("Foo Bar")
                      ->content("

Hello~~

"); // redis sample Redis::set("key","value",3000,"ms"); echo Redis::get("key"); */ }
Run:
cd public && php -S 127.0.0.1:3000

Visit http://127.0.0.1:3000/

It"s already running!


Features

Suer small (~150 LOC) router: fast and sexy codingbean/macaw

MVC architecture

One of the Most powerful PHP ORM on Earth: Laravel Eloquent

Powerful Laravel-style views loader

Redis ready in Laravel-style

Handy SMTP mailer

License

The TinyLara framework is open-sourced software licensed under the MIT license

文章版權歸作者所有,未經允許請勿轉載,若此文章存在違規行為,您可以聯系管理員刪除。

轉載請注明本文地址:http://specialneedsforspecialkids.com/yun/20847.html

相關文章

  • 量級 PHP 框架 TinyLara 更新:更優雅 附中文介紹

    摘要:中文介紹是一個輕量級框架,基于,可以看成的精簡版。官方網站項目地址開始使用下載或者安裝依賴包修改數據庫配置文件,將導入數據庫。一行代碼即可發送郵件。協議采用協議分發,衍生項目除了必須采用協議之外無任何限制。 TinyLara showImg(http://lvwenhan.com/content/uploadfile/201410/dcd81414652600.png); __...

    loonggg 評論0 收藏0
  • CrossPHP 1.5.3 發布,量級 PHP 開發框架

    摘要:更新說明一新增功能增加匹配所有請求類型二優化去掉由功能更強大的取代更名為匹配時區分大小寫提升不帶參數匹配下的性能生成縮略圖時增加品質參數減少中的靜態成員變量改用匿名函數容器來傳遞參數優化解密帶問號的參數導致解密失敗的三默認風格變更為 1.5.3 更新說明 一. 新增功能 增加Rest::any(), 匹配所有請求類型 $app = CrossCoreDelegate::loadApp...

    paulquei 評論0 收藏0
  • 新一代量級PHP擴展框架 Asf

    摘要:一是什么全稱用語言編寫的輕量級擴展框架專注于開發。這里只是給出了一種測試方法通過多次不同并發數測試結果得知與原生性能消耗是。業務開發速度結論采用框架開發業務代碼量能節約。 showImg(https://segmentfault.com/img/bVbamHp?w=320&h=320); 一、Asf 是什么? 全稱 API Services Framework, 用C語言編寫的輕量級P...

    iOS122 評論0 收藏0

發表評論

0條評論

最新活動
閱讀需要支付1元查看
<