This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$this->getUser()->setFlash('alert', array( | |
'close' => true, | |
'title' => '', | |
'text' => '', | |
'buttons' => array( | |
array('class' => 'btw-primary', 'route' => '@mycq_collections', 'text' => 'View Collections'), | |
array('route' => 'close', 'text' => 'No, thanks!') | |
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[nodejs-stable] | |
name=Stable releases of Node.js | |
#baseurl=http://nodejs.tchol.org/stable/el$releasever/$basearch/ | |
mirrorlist=http://nodejs.tchol.org/mirrors/nodejs-stable-el$releasever | |
enabled=1 | |
skip_if_unavailable=1 | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-nodejs-stable-el-$releasever | |
[nodejs-stable-source] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Index: exception/PropelException.php | |
=================================================================== | |
--- exception/PropelException.php (revision 2294) | |
+++ exception/PropelException.php (working copy) | |
@@ -16,11 +16,20 @@ | |
*/ | |
class PropelException extends Exception | |
{ | |
- /** The nested "cause" exception. */ | |
+ /** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Index: logger/BasicLogger.php | |
=================================================================== | |
--- logger/BasicLogger.php (revision 2294) | |
+++ logger/BasicLogger.php (working copy) | |
@@ -27,65 +27,56 @@ | |
/** | |
* A convenience function for logging an alert event. | |
* | |
- * @param mixed $message String or Exception object containing the message | |
- * to log. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Index: connection/DebugPDO.php | |
=================================================================== | |
--- connection/DebugPDO.php (revision 2294) | |
+++ connection/DebugPDO.php (working copy) | |
@@ -13,90 +13,90 @@ | |
* | |
* This class is ONLY intended for development use. This class is also a work in-progress | |
* and, as such, it should be expected that this class' API may change. | |
- * | |
+ * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Index: config/PropelConfiguration.php | |
=================================================================== | |
--- config/PropelConfiguration.php (revision 2294) | |
+++ config/PropelConfiguration.php (working copy) | |
@@ -16,7 +16,7 @@ | |
* configuration can also be retrieved as a nested arrays, flat array or as a | |
* PropelConfiguration instance. | |
* | |
- * @author Veikko Mäkinen <[email protected]> | |
+ * @author Veikko Mäkinen <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Explanation of the method | |
* | |
* @see Object::method() | |
* | |
* @param Criteria $c Some object parameter | |
* @param array $arr Some array parameter | |
* @param boolean $bool Some boolean parameter |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Index: propel/connection/DebugPDO.php | |
=================================================================== | |
--- propel/connection/DebugPDO.php (revision 2294) | |
+++ propel/connection/DebugPDO.php (working copy) | |
@@ -13,90 +13,90 @@ | |
* | |
* This class is ONLY intended for development use. This class is also a work in-progress | |
* and, as such, it should be expected that this class' API may change. | |
- * | |
+ * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
id | category_id | type | title | content | price | price_currency | price_type | contact_name | contact_type | contact_email | contact_phone | contact_phone_additional | contact_fax | contact_address | city_id | region_id | website | skype | image_1 | image_2 | image_3 | image_4 | image_5 | image_6 | enable_comments | enable_votes | expiry | password | status | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
12345 | 43 | S | Продавам Hynix 512MB PC2-4200S SODIMM laptop memory | Продава се лаптоп памет Hynix 512MB PC2-4200S SODIMM. Напълно работеща и тествана. Един модул HYMP564S64BP6-C4, PC2-4200S-444-12 | 10.00 | BGN | Cash | Иван Иванов | Private | [email protected] | 0895999999 | 0896999999 | 02954999999 | 22 | 22 | http://www.sample.org | sample | http://www.sample.org/images/image_01.jpg | http://www.sample.org/images/image_02.jpg | http://www.sample.org/images/image_03.jpg | Y | Y | 16.04.2012 | 123456abcdef | A |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<listings> | |
<listing> | |
<id>12345</id> | |
<category_id>43</category_id> | |
<type>S</type> | |
<title><![CDATA[Продавам Hynix 512MB PC2-4200S SODIMM laptop memory]]></title> | |
<content><![CDATA[Продава се лаптоп памет Hynix 512MB PC2-4200S SODIMM. Напълно работеща и тествана. Един модул HYMP564S64BP6-C4, PC2-4200S-444-12]]></content> | |
<price>10.00</price> | |
<price_currency>BGN</price_currency> |
NewerOlder