Must be a good feature to many of you! We have bundled insanely famous SWFObject script with Orchid. The Final release will be shipped with it.
And adding SWFObject is just a method call away. In your view call
$app->jsm->addSWFObject();
We have added Google Chart API. We have used the excellent GChart Library developed by Malaiac and budled it with Orchid. After some basic modifications it started working fine. So GoogleChart Library will be bundled with orchid
Have a look at the controller
<?
class googlechart extends controller
{
function base(){
$gchart = $this->library->gchart;
$data = array(’01/12′ => 1245,’02/12′ => 895,
[…]
Here is the code I wrote in View file
<head>
<?
$map = $app->library->gmap;
$map->printGoogleJS();
$map->setMapType("satellite");
?>
</head>
<body>
<?
$map->addGeoPoint(23.700001,90.389999,"Dhaka");
$map->showMap();
?>
</body>
And added a google map API key in app/config/configs.php as
$configs[’google_map_api’]="api key";
And you can see the live demo of this one at http://javapark.net/hasin/orchid/gmaps
Just added a sample app which you can download from here
Download Sample App
You can also check the running online version at here
The core features of Orchid are the followings
1. Caching Engine with support of Memcache, MySQL and SQLite as Storage
2. MVC
3. RoR like Layout and segregated template components.
4. Partial Caching in Template
5. Very efficient object loading and dispatching
6. DAL for MySQL (Both MySQL and MySQLi), SQLite, PostgreSQL and MSSQL
7. Support for PDO
8. Builtin Unit Testing Library […]
Orchid, yet another framework for PHP developers is coming this January. So why orchid came when there are numbers of frameworks already in the field? The reason is that I felt some of them are hard for beginners and some of them lacks features which are required for scalable applications. The main objective of Orchid […]
| M | T | W | T | F | S | S |
|---|---|---|---|---|---|---|
| « Apr | ||||||
| 1 | 2 | 3 | 4 | 5 | 6 | |
| 7 | 8 | 9 | 10 | 11 | 12 | 13 |
| 14 | 15 | 16 | 17 | 18 | 19 | 20 |
| 21 | 22 | 23 | 24 | 25 | 26 | 27 |
| 28 | 29 | 30 | 31 | |||