Project | Current stable version | |
---|---|---|
Agavi | 1.0 | |
Aiki Framework | 0.9.1 | |
AppFlower | 1.3 | |
Ayoola Framework | 1.4.1 | |
CakePHP | 2.6.1 | |
Cgiapp | 1.0 | |
ClanCatsFramework | 2.0.6 | |
CodeIgniter | 2.2.1 | |
Drupal | 7.34 | |
Fat-Free | 3.4.0 | |
FuelPHP | 1.7.2 | |
Hazaar MVC | 1.3 | |
Joomla | 3.3.6 | |
Kajona | 4.5 | |
Laravel | 4.2.16 | |
Lithium | 0.11 | |
Nette Framework | 2.2.7 | |
Phalcon | 1.3.4 | |
PHPixie | 3 | |
PRADO | 3.2.4 | |
Qcodo | 0.4.22 | |
Seagull | 1.0.4 | |
Silex | 1.2.3 | |
Symfony | 2.6.4 | |
TYPO3 Flow | 2.3.1 | |
Xyster Framework | 02 Build 01 | |
Yii | 2.0.2 | |
Zend Framework | 2.3.4 |
11:33:00 AM
Achappan Mahalingam
No comments
Related Posts:
What will be the output for the below code? for ($col = 0; $col < $highestColumnIndex; ++ $col) { $cell = $worksheet->getCellByColumnAndRow($col, $row); $val = $cell->getValue(); echo "Print Value is: "… Read More
Is it correct that TRUE or FALSE can be used as constants for the numbers 0 and 1? The value FALSE is not a constant for the number 0, it is a boolean value that indicates FALSE. The value TRUE is also not a constant for 1, it is a special boolean value that indicates TRUE. It just happens to c… Read More
List of PHP Frameworks ProjectCurrent stable version Agavi1.0 Aiki Framework0.9.1 AppFlower1.3 Ayoola Framework1.4.1 CakePHP2.6.1 Cgiapp1.0 ClanCatsFramework2.0.6 CodeIgniter2.2.1 Drupal7.34 Fat-Free3.4.0 FuelPHP1.7.2 Hazaar MVC1.3 Joomla3.3.6 Ka… Read More
When converting empty array to boolean, what will be the output? $b = (bool) array(); echo $b; Output : FALSE … Read More
What will happen if you omit the closing (end) PHP tag ? If you decide to omit the closing PHP tag, then the last line of the file should be ended with semi colon. If you add the closing tag then last line doesn't need to end with semi colon.<?php echo "First line"; echo "Last … Read More
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment