摘要:
private function _upload($file, $type_id = 1) { $type_exts = array( 1 => array( 'gif', 'jpg', 'jpeg', 'png', 'bmp' ) ); $max_size = 31457280; if (!empty($file['error'])) {... 阅读全文
posted @ 2013-03-29 22:13
linksgo2011
阅读(275)
评论(0)
推荐(0)
摘要:
<?php/** * QR Code + Logo Generator * * http://labs.nticompassinc.com */$data = isset($_GET['data']) ? $_GET['data'] : 'http://labs.nticompassinc.com';$size = isset($_GET['size']) ? $_GET['size'] : '200x200';$logo = isset($_GET['logo']) ? $_ 阅读全文
posted @ 2013-03-29 21:43
linksgo2011
阅读(277)
评论(0)
推荐(0)
摘要:
RelationshipAssociation TypeExampleone to onehasOneA user has one profile.one to manyhasManyA user can have multiple recipes.many to onebelongsToMany recipes belong to a user.many to manyhasAndBelongsToManyRecipes have, and belong to many ingredients.四种关联关系。一个例子 /** * hasOne associations ... 阅读全文
posted @ 2013-03-29 13:32
linksgo2011
阅读(259)
评论(0)
推荐(0)

浙公网安备 33010602011771号