19 Promising PHP Template Engines PHPから使えるテンプレートエンジンのまとめがあがっていました。 色々とあるものです。 Smarty Dwoo Savant Template Blocks Open Power Template TinyButStrong Rain TPL PHPTAL PHP Template Engine Template Lite VTE - Vivvo Template Engine XTemplate vlibTemplate PHP-Sugar FXL Template Blitz templates Vemplator QuickSkin HTML_Template_Flexy HTML_Template_IT HTML_Template_PHPLIB HTML_Template_Sigma ちゃんと調べると、Smarty
pChart 2.x is born, you can start moving your script to this new version. The new website is at www.pchart.net. pChart is a PHP class oriented framework designed to create aliased charts. Most of todays chart libraries have a cost, our project is intended to be free. Data can be retrieved from SQL queries, CSV files, or manually provided. This project is still under development and new features or
伊Tecnick.com社は27日、オープンソースのPHP用PDF生成ライブラリ「TCPDF 3.0」をリリースした。ライセンスにはGNU LGPLを適用、商業ベースを含め自由に再配布が可能。PHPのバージョン (4 / 5) に応じた、異なるパッケージが用意されている。 今回のリリースでは、PHPで画像を扱うためのライブラリ「GD Graphics Library」が対応するすべての画像フォーマット (GD, GD2, GD2PART, GIF, JPEG, PNG, BMP, XBM, XPM) に対応するよう、イメージ出力関連のコードが大幅に書き換えられた。あわせて画像のリサイズ機能も実装されている。ほかにも、CMYKカラーのサポート、ページのグループ化、オブジェクトの透過表示、JPEG品質の指定といった機能を提供する関数が追加されている。 TCPDFは、FPDFをベースに拡張された
PHP版のHTML_FillInFormを大幅にバージョンアップしました。 今回はちゃんとテストコードを書いてみたんですが、漏れやバグありまくりで焦ったorz やっぱりちゃんとテストコード書かないとダメダメですね・・・。 ってことで以下箇条書きで更新一覧を。 ソースの文字コードをutf8に変更 テストコードの追加 />に対応(17_xhtml.t.php) type="textfield"に対応(13_textfield.t.php) disable_fieldsオプションの追加(21_disable_fields.t.php) HTML::FillInForm::Liteのescapeオプションの追加(22_escape_option.t.php) selectedのmultipleに対応(04_select.t.php) formのidに対応(11_target.t.php) type
<?php require_once 'Zend/Rest/Client.php'; require_once 'Zend/Service/Exception.php'; /** * Rakuten Web Service API class */ class Zend_Service_Rakuten { /** * Status from the Rakuten Web Service in success * * @var string */ const STATUS_OK = 'Success'; /** * Developer's ID in the Rakuten Web Service * * @var string */ protected $_devId; /** * Affiliate ID in the Rakuten Web
Available as part of the Tidelift Subscription . Tidelift is working with the maintainers of Doctrine ORM and thousands of other open source projects to deliver commercial support and maintenance for the open source dependencies you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact dependencies you use. Enterprise-ready open
最近の流行はやはりWebアプリケーションだ。特にWeb OSをはじめとして、まるでGUIアプリケーションのようなインタフェースを実現したものが増えている。 あのようなアプリケーションを作るのは非常に手間がかかることだろう。だが、そのためのツールキットも登場している。これを使えば簡単に優れたインタフェース、操作性を実現できる。 今回紹介するオープンソース・ソフトウェアはRialto、各種言語に対応したWeb用GUIツールキットだ。 RialtoはまるでGUIアプリケーションさながらのコンポーネントが提供している。ツリーメニュー、ドラッグで動かせるウィンドウ、フレーム、タブメニュー、グリッド、カレンダー等だ。 ウィンドウ一つにしても、平行、垂直にしか動かせないようにしたり、グリッドを表示したりと細かく制御できる。これらのライブラリがPHP、.NET、Python、JSF、Taglib、GWT向
There is a lot of hype and talk about home mortgages, reverse mortgages and ways to get the best deals on a current and future loan. Ever since the pandemic, the housing market has been going up and down like a garage door. So, with all of this activity the big question people are asking is, “When it comes to a reverse mortgage, what are my eligibility requirements?” Interesting thing is that a re
smarty_ajax - AJAX-enabled Smarty plugins | Introduction These are simple AJAX-enabled plugins for Smarty. I don't try to develop powerful reach-applications framework. I can give you only idea how to integrate AJAX-technology into Smarty. But if you have any offers how to improve anything I've described please leave you comments on my site.Ajaxを使ったアプリを簡単に作れるSmartyプラグイン『smarty_ajax』。 チャットなんかを作るサンプ
婷婷六月久久综合丁香,国产精品久久自在自线,久久青草费线频观看,精品国产国语对白久久免费,99艺术网,剃毛视频欧美,一无码不卡av东京热毛片,精品国产三级A∨在线麻豆,国产厕所toupai在线,成年女性久久,男人爱看最爽Aⅴ网站,新97超碰综合伊人
Smart Image Resizing while Preserving Transparency With PHP and GD Library Should be easy to find, right? All you want is a function that resizes an image to constraints (doesn't care if it should scale up or down), with possibility to select if you want to keep it proportional, and possibility to use either width or height as the constraint. Also, you want it to preserve transparency damn it! Sur
Smart Image Resizing while Preserving Transparency With PHP and GD Library | Medium eXposure Also, you want it to preserve transparency damn it! Surprisingly, I was unable to find a good function that does all that, so I decided to attempt writing it. This should do it. PHPでPNG画像の透過部分を保持したままリサイズするサンプル。 PHP+GDで透過PNG画像をリサイズしようとすると、透過部分が黒くなってしまったり、ちゃんとやらないとうまくリサイズできなかったりします。 ということで、便利な関数を公開されているページを紹
Zend Framework 用自作コンポーネント † Zend Framework の特徴の1つとして、 フレームワークを構成するコンポーネント群が疎結合だということが挙げられます。 そのため比較的容易に、 標準のコンポーネントを他のライブラリで置き換えて使うことができます。 そこで、ラッパークラスのようなものですが、 Zend Framework 用のコンポーネントをいくつか作ってみました。 Revulo_Controller_Dispatcher_Flow クラス Web フローエンジン&継続サーバの Piece_Flow を使えるようにします Piece Framework と同様のステートフルでセキュアなプログラミングが可能になります Revulo_Validate_Right クラス バリデータに Piece_Right を使えるようにします YAML 形式の設定ファイルに基づ
皆さんはPHP_FunctionCallTracerというPEARライブラリをご存知でしょうか? 私は先日1.0.0RC1のリリース情報を見て初めて知ったのですが、これは関数のデバッグトレースを行うためのライブラリで、トレース結果を表示したり、ファイルへ書き出したりすることができます。 まずは、PEARコマンドを使ってインストールします。この際、まだ正式リリースではありませんので、「-beta」を付けます。 ※13日に1.0.0がリリースされましたので、「-beta」は付けなくても大丈夫です(2007年9月18日追記) <?php require_once 'PHP/FunctionCallTracer.php'; function example($before) { PHP_FunctionCallTracer::traceArguments(); $after = strtouppe
© Copyright The Seasar Foundation and the others 2005-2007, all rights reserved.
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く