NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
Some needed features.. (Zend Framework, ignoring files)....


Joined: 02 Mar 2011
Posts: 8
Location: Poland
Reply with quote
Greetings,

Lately i had been writing in Zend Framework (had to).
What i see is lack of its documentation under PhpED - just like smarty's one is.

I have also a bit problem with code indenting.
Code:

$select = $db->select()
    ->from(array('_db_'=>'users_avatars'),array('ilosc'=>new Zend_Db_Expr('count(*)')))
    ->where('id_user = ?',$user_id)
    ->where('id_service = ?', $service)
;

Should be indented as above, not like that
Code:

$select = $db->select()
->from(array('_db_'=>'users_avatars'),array('ilosc'=>new Zend_Db_Expr('count(*)')))
->where('id_user = ?',$user_id)
->where('id_service = ?', $service)
;

As its hard to read.

Another feature I need is ability to ignore certain files in Publishing settings. For example: *.bak;
View user's profileFind all posts by SetiSend private message
Some needed features.. (Zend Framework, ignoring files)....
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic