User Profile
Collapse
Profile Sidebar
Collapse
oll3i
Last Activity: Aug 27 '17, 09:07 AM
Joined: Mar 10 '07
Location:
-
i meant how do i loop through such array -
index an array
Hi,
Code:var_dump($files)
array(4) { [0]=> array(4) { [0]=> array(4) { [0]=> array(0) { } ["file_name"]=> string(51) "01_04_2016.doc " ["file_size"]=> float(138) ["file_type"]=> string(18) "applicatio n/msword" } ["file_name"]=> string(63) "09_04_2016.doc " ["file_size"]=> float(143) ["file_type"]=>... -
Zend_Config_Exception
Hello,
I'm new to Zend
When i try to run php scripts/load.sqlite.php --withdata
I get an error
PHP Fatal error: Uncaught exception 'Zend_Config_Ex ception' with message 'parse_ini_file (/configs/application.ini ): failed to open stream: No such file or directory' in /home/ZendFramework-1.12.3/library/Zend/Config/Ini.php:182
Stack trace:
#0 /home/ZendFramework-1.12.3/library/Zend/Config/Ini.php(202):... -
Zend instalation and creating project
Creating project at /var/www/ZendApp2
Note: This command created a web project, for more information setting up your VHOST, please see docs/README
Testing Note: PHPUnit was not found in your include_path, therefore no testing actions will be created.
in include_path i have
include_path = ".:/home/ZendFramework-1.12.3/library"
Thank You -
-
change color of article jQuery
Code:<section class="offers" id="featured-offers"> <article id="item-3929173859" class="offer promo-bold" data-id="3929173858" data-location="Nysa">1</article> <article id="item-3929173859" class="offer promo-bold" data-id="3929173857" data-location="Nysa">2</article> <article id="item-3929173859"
-
jQuery change article background color
How do i set the color of an article?
in the code by data-id
Code:<section class="offers" id="featured-offers"> <article id="item-3929173859" class="offer promo-bold" data-id="3929173858" data-location="Nysa">1</article> <article id="item-3929173859" class="offer promo-bold" data-id="3929173857" data-location="Nysa">2</article>
-
Code:<section class="offers" id="featured-offers"> <article id="item-3929173859" class="offer promo-bold" data-id="3929173858" data-location="Nysa">1</article> <article id="item-3929173859" class="offer promo-bold" data-id="3929173857" data-location="Nysa">2</article> <article id="item-3929173859"
Leave a comment:
-
i have tried
Code:$(document).ready(function () { $('article').sort(function (a, b) { var contentA =parseInt( $(a).attr('data-id')); var contentB =parseInt( $(b).attr('data-id')); return (contentA < contentB) ? -1 : (contentA > contentB) ? 1 : 0; }) });
Leave a comment:
-
article data-id sort
I want to sort by article data-id ?
With jQuery
How can i do that? -
Code:1 2 3 4 5 window.onload = function() { alert( "welcome" ); }
Leave a comment:
-
jQuery
Hello,
Why it is not working?
Code:<script> $( "p" ).click(function() { var htmlString = $( this ).html(); $( this ).text( htmlString ); }); $("p").click(function(){ alert("The paragraph was clicked."); }); </script>
Code:<p> <b>Click</b> to change the <span id="tag">html</span>
-
i haveCode:<reference name="left"> <block type="customer/account_navigation" name="customer_account_navigation" before="-" template="customer/account/navigation.phtml"> <action method="addLink" translate="label" module="customer"><name>account</name><path>customer/account/</path><label>Account
Leave a comment:
-
add link to sidebar in magento customer navigation
How do i add a link to side navigation in customer? -
-
-
-
-
-
How do I create Magento project in netbeans?
What plugin do i need?Leave a comment:
No activity results to display
Show More
Leave a comment: