71
phppp
Re: SEO/SEF/Tidy URLs (again)
  • 2009/11/9 9:55

  • phppp

  • XOOPS Contributor

  • Posts: 2857

  • Since: 2004/1/25


Either is OK.
URL assembly will be available both at controller layer (for say a PHP file) and view layer (for say a template file)



72
phppp
Re: PDO for XOOPS 2.5.0
  • 2009/11/9 9:48

  • phppp

  • XOOPS Contributor

  • Posts: 2857

  • Since: 2004/1/25


PDO is implemented in X3 compliant with legacy xoopsDB.

If you are patient, plz wait for a while to avoid unnecessary potential compatibility issues.



73
phppp
Re: XoopsForge - looking for interested parties
  • 2009/10/18 6:58

  • phppp

  • XOOPS Contributor

  • Posts: 2857

  • Since: 2004/1/25


Kindly remind: we had xoopsforge.org and xoopsforge.com online. Now the two sites are temporarily offline but will be re-activated in a short time.



74
phppp
Re: Administrate blocks per page of each module
  • 2009/4/22 3:15

  • phppp

  • XOOPS Contributor

  • Posts: 2857

  • Since: 2004/1/25


The functionality might impose unknown, or unplanned influence over XOOPS page awareness or MVC implementation in future, thus we have been very careful with the feature and did not adopt it.

Anyway, the feature, or its equivalent will be available.



75
phppp
Re: Need help in kernel/member.php
  • 2009/4/22 1:26

  • phppp

  • XOOPS Contributor

  • Posts: 2857

  • Since: 2004/1/25


update queries are forbidden under a GET request.

Try
$res $xoopsDB->queryF($query);



76
phppp
Re: Xoops 2.3.3 coming soon :-)
  • 2009/3/16 3:48

  • phppp

  • XOOPS Contributor

  • Posts: 2857

  • Since: 2004/1/25


test



77
phppp
Re: Coding Standards
  • 2009/3/9 10:31

  • phppp

  • XOOPS Contributor

  • Posts: 2857

  • Since: 2004/1/25


:)

BTW: using single quote or double quote, performance difference, which is not significant enough, is not the concern, but eadability and coding style consistency.



78
phppp
Re: Coding Standards
  • 2009/3/9 10:13

  • phppp

  • XOOPS Contributor

  • Posts: 2857

  • Since: 2004/1/25


Quote:

trabis wrote:
http://xoops.svn.sourceforge.net/viewvc/xoops/XOOPS_Coding_Standards.html?revision=2554&pathrev=2909

It is not clear to me in the "Functions example"(maybe because the example is a class method).

Someone can tell me what it is the correct way to declare a function?

function publisher_getConfig($key) {
    
$configs publisher_getModuleConfig();
    return 
$configs[$key];
}


or

function publisher_getConfig($key
{
    
$configs publisher_getModuleConfig();
    return 
$configs[$key];
}


Thanks.






The second one is the one suggested in "XOOPS Coding Standards".



79
phppp
Re: XOOPS 2.3.3rc Issues
  • 2009/3/2 9:52

  • phppp

  • XOOPS Contributor

  • Posts: 2857

  • Since: 2004/1/25


Quote:

hervet wrote:
In the inline debug mode, in the list of queries, each table's prefix is missing (for example I have users instead of xoops_users), it this normal ?


Yes, security improvement as designed.



80
phppp
Re: Way to add to the API...
  • 2009/3/2 9:39

  • phppp

  • XOOPS Contributor

  • Posts: 2857

  • Since: 2004/1/25


observer pattern was added to XOOPS ORM class, however for the concern of performance, it is not recommended.

Use a hash 'table' that maintains independence suggested by redheadedrod could be a solution.





TopTop
« 1 ... 5 6 7 (8) 9 10 11 ... 148 »



Login

Who's Online

166 user(s) are online (118 user(s) are browsing Support Forums)


Members: 0


Guests: 166


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits